@charset "UTF-8";
            html {
                -webkit-text-size-adjust: 100%;
                line-height: 1.15;
            }
            body {
                margin: 0;
            }
            main {
                display: block;
            }
            h1 {
                font-size: 2em;
                margin: 0.67em 0;
            }
            hr {
                box-sizing: content-box;
                height: 0;
                overflow: visible;
            }
            pre {
                font-family: monospace, monospace;
                font-size: 1em;
            }
            a {
                background-color: transparent;
            }
            abbr[title] {
                border-bottom: none;
                text-decoration: underline;
                -webkit-text-decoration: underline dotted;
                text-decoration: underline dotted;
            }
            b,
            strong {
                font-weight: bolder;
            }
            code,
            kbd,
            samp {
                font-family: monospace, monospace;
                font-size: 1em;
            }
            small {
                font-size: 80%;
            }
            sub,
            sup {
                font-size: 75%;
                line-height: 0;
                position: relative;
                vertical-align: baseline;
            }
            sub {
                bottom: -0.25em;
            }
            sup {
                top: -0.5em;
            }
            img {
                border-style: none;
            }
            button,
            input,
            optgroup,
            select,
            textarea {
                font-family: inherit;
                font-size: 100%;
                line-height: 1.15;
                margin: 0;
            }
            button,
            input {
                overflow: visible;
            }
            button,
            select {
                text-transform: none;
            }
            [type="button"],
            [type="reset"],
            [type="submit"],
            button {
                -webkit-appearance: button;
            }
            [type="button"]::-moz-focus-inner,
            [type="reset"]::-moz-focus-inner,
            [type="submit"]::-moz-focus-inner,
            button::-moz-focus-inner {
                border-style: none;
                padding: 0;
            }
            [type="button"]:-moz-focusring,
            [type="reset"]:-moz-focusring,
            [type="submit"]:-moz-focusring,
            button:-moz-focusring {
                outline: 1px dotted ButtonText;
            }
            fieldset {
                padding: 0.35em 0.75em 0.625em;
            }
            legend {
                box-sizing: border-box;
                color: inherit;
                display: table;
                max-width: 100%;
                padding: 0;
                white-space: normal;
            }
            progress {
                vertical-align: baseline;
            }
            textarea {
                overflow: auto;
            }
            [type="checkbox"],
            [type="radio"] {
                box-sizing: border-box;
                padding: 0;
            }
            [type="number"]::-webkit-inner-spin-button,
            [type="number"]::-webkit-outer-spin-button {
                height: auto;
            }
            [type="search"] {
                -webkit-appearance: textfield;
                outline-offset: -2px;
            }
            [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }
            ::-webkit-file-upload-button {
                -webkit-appearance: button;
                font: inherit;
            }
            details {
                display: block;
            }
            summary {
                display: list-item;
            }
            [hidden],
            template {
                display: none;
            }
           
            @keyframes lazy-item {
                0% {
                    opacity: 0;
                    transform: scale(0);
                }
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }
            * {
                -webkit-font-feature-settings: "ss02";
                font-feature-settings: "ss02";
                box-sizing: border-box;
                font-family: "Iran Sans";
            }
            @supports (font-variation-settings: normal) {
                * {
                    font-family: "Iran Sans";
                }
            }
            .g-body,
            html {
                scroll-behavior: smooth;
            }
            .g-body {
                background-color: #f3f3f3;
                box-sizing: border-box;
                direction: rtl;
                font-family: "Iran Sans";
                font-size: 16px;
                margin: 0 auto;
                min-height: 100%;
                padding: 0;
            }
            @supports (min-height: 100vh) {
                .g-body {
                    min-height: 100vh;
                }
            }
            @supports (min-height: 100svh) {
                .g-body {
                    min-height: 100svh;
                }
            }
            .g-body--locked {
                height: 100vh;
                overflow: hidden;
            }
            .g-body--has-mobile-nav {
                padding-bottom: 56px;
            }
            @media (min-width: 960px) {
                .g-body--has-mobile-nav {
                    padding-bottom: 0;
                }
                .g-body--has-desktop-nav {
                    padding-top: 64px;
                }
            }
            @supports (display: flex) {
                .g-body {
                    display: flex;
                    flex-direction: column;
                    justify-content: start;
                }
            }
            @media print {
                .g-body {
                    background-color: transparent;
                    display: block;
                    height: auto;
                    overflow: visible !important;
                    padding-top: 0;
                    width: 100%;
                }
            }
            .g-hide {
                display: none !important;
            }
            .g-lcp {
                animation-delay: 2.5s;
                animation-duration: 0.2s;
                animation-fill-mode: forwards;
                animation-iteration-count: 1;
                animation-name: lcp-anim;
                opacity: 0;
                transform: scale(0);
            }
            @keyframes lcp-anim {
                0% {
                    opacity: 0;
                    transform: scale(0);
                }
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }
            #goftino_w {
                z-index: 501 !important;
            }
            .c-form-label {
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                width: 100%;
            }
            .c-form-label--has-margin-bottom {
                margin-bottom: 8px;
            }
            .c-form-label--has-margin-top {
                margin-top: 8px;
            }
            .c-form-label--fix-floated,
            .c-form-label--floated {
                background-color: inherit;
                font-size: 10px;
                font-weight: 400;
                line-height: 12px;
                opacity: 0;
                padding: 0 16px;
                pointer-events: none;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                transform: translateY(12px);
                transition: all 0.2s ease-in-out;
                width: 100%;
                z-index: 2;
            }
            .c-form-item-group--filled .c-form-label--floated,
            .c-form-item-group:focus-within .c-form-label--floated {
                opacity: 1;
                text-align: right;
            }
            .c-form-label--fix-floated {
                opacity: 1;
                text-align: right;
            }
            @media (min-width: 960px) {
                .c-form-label {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-form-label--has-margin-bottom {
                    margin-bottom: 12px;
                }
                .c-form-label--has-margin-top {
                    margin-top: 12px;
                }
                .c-form-label--fix-floated,
                .c-form-label--floated {
                    font-size: 10px;
                    font-weight: 400;
                    line-height: 12px;
                }
            }
            .c-form-base-input {
                background: #f3f3f3;
                border: 1px solid #d8d8d8;
                border-radius: 12px;
                color: #424242;
                contain: strict;
                display: block;
                font-size: 14px;
                font-weight: 300;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                outline: none;
                padding: 0 16px;
                transition: all 0.2s ease-in;
                width: 100%;
            }
            .c-form-base-input::-webkit-input-placeholder {
                color: #555;
                text-align: center;
                -webkit-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-form-base-input:-ms-input-placeholder {
                color: #555;
                text-align: center;
                -ms-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-form-base-input::-ms-input-placeholder {
                color: #555;
                text-align: center;
                -ms-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-form-base-input::placeholder {
                color: #555;
                text-align: center;
                transition: all 0.1s ease-in-out;
            }
            .c-form-item-group:focus-within .c-form-base-input::-webkit-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-form-base-input:-ms-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-form-base-input::-ms-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-form-base-input::placeholder {
                color: transparent;
            }
            .c-form-base-input--rtl {
                direction: rtl;
                text-align: center;
            }
            .c-form-base-input--ltr {
                direction: ltr;
                text-align: center;
            }
            .c-form-base-input:hover {
                border-color: #545454;
                color: #424242;
            }
            .c-form-base-input:focus {
                border-color: #288557;
            }
            .c-form-base-input[data-has-error="true"] {
                border-color: #ed254e;
            }
            .c-form-base-input:disabled {
                border-color: #d8d8d8 !important;
                color: #424242 !important;
                cursor: not-allowed !important;
                opacity: 0.38 !important;
            }
            .c-form-base-text-area {
                background: #f3f3f3;
                border: 1px solid #d8d8d8;
                border-radius: 12px;
                color: #424242;
                contain: strict;
                display: block;
                font-size: 14px;
                font-weight: 300;
                height: 200px;
                line-height: 24px;
                line-height: 2;
                outline: none;
                padding: 0 16px;
                transition: all 0.2s ease-in;
                width: 100%;
            }
            .c-form-base-text-area::-webkit-input-placeholder {
                color: #555;
                text-align: center;
                -webkit-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-form-base-text-area:-ms-input-placeholder {
                color: #555;
                text-align: center;
                -ms-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-form-base-text-area::-ms-input-placeholder {
                color: #555;
                text-align: center;
                -ms-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-form-base-text-area::placeholder {
                color: #555;
                text-align: center;
                transition: all 0.1s ease-in-out;
            }
            .c-form-item-group:focus-within .c-form-base-text-area::-webkit-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-form-base-text-area:-ms-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-form-base-text-area::-ms-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-form-base-text-area::placeholder {
                color: transparent;
            }
            .c-form-base-text-area--rtl {
                direction: rtl;
                text-align: center;
            }
            .c-form-base-text-area--ltr {
                direction: ltr;
                text-align: center;
            }
            .c-form-base-text-area:hover {
                border-color: #545454;
                color: #424242;
            }
            .c-form-base-text-area:focus {
                border-color: #288557;
            }
            .c-form-base-text-area[data-has-error="true"] {
                border-color: #ed254e;
            }
            .c-form-base-text-area:disabled {
                border-color: #d8d8d8 !important;
                color: #424242 !important;
                cursor: not-allowed !important;
                opacity: 0.38 !important;
            }
            .c-form-error-message {
                color: #ed254e;
                display: none;
                font-size: 13px;
                font-weight: 300;
                line-height: 24px;
            }
            .c-form-error-message[aria-hidden="false"] {
                display: block;
            }
            .c-form__radio {
                display: block;
                font-size: 12px;
                font-weight: 500;
                line-height: 24px;
                min-height: 22px;
            }
            .c-form__radio--bold {
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-form__radio__input {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-color: #fff;
                border: 4px solid #fff;
                border-radius: 50%;
                box-shadow: 0 0 0 2px #555;
                cursor: pointer;
                display: inline-block;
                height: 22px;
                margin-left: 4px;
                outline: none;
                transition: all 0.1s ease-in;
                vertical-align: middle;
                width: 22px;
            }
            .c-form__radio__input:hover {
                background-color: rgba(51, 153, 102, 0.08);
            }
            .c-form__radio__input:checked {
                background-color: #288557;
                box-shadow: 0 0 0 2px #288557;
            }
            .c-form__radio__input:disabled {
                background-color: #f3f3f3 !important;
                border-color: #f3f3f3 !important;
                box-shadow: 0 0 0 2px #d8d8d8 !important;
                cursor: not-allowed;
            }
            @media (min-width: 960px) {
                .c-form__radio {
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-form__radio--bold {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 24px;
                }
            }
            .c-form-checkbox {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-color: #fff;
                background-position: 50%;
                background-repeat: no-repeat;
                border: 2px solid #555;
                border-radius: 4px;
                cursor: pointer;
                display: inline-block;
                height: 20px;
                line-height: 20px;
                outline: none;
                transition: all 0.1s ease-in;
                width: 20px;
            }
            .c-form-checkbox:checked {
                background-color: #288557;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAABGdBTUEAALGPC/xhBQAAABJQTFRF////////////////AAAA////SkAeswAAAAV0Uk5TMH9fgAAMdf87AAAAQElEQVQI12NwAQMWBjDlFAihVYPBtFOoCYMDmOvCIKoC4rowmAaBuC4MzqFKQK4Lg4tpKJALpJ1BXCDtYgzSCgBZEBOpqpt7OgAAAABJRU5ErkJggg==");
                border-color: #288557;
            }
            .c-form-checkbox[data-indeterminate="true"] {
                background-color: #288557;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACAQMAAABbr9+TAAAABGdBTUEAALGPC/xhBQAAAANQTFRF////p8QbyAAAAAtJREFUCNdjYAABAAAGAAFm9MlsAAAAAElFTkSuQmCC");
                border-color: #288557;
            }
            .c-form-checkbox:disabled {
                background-color: #f3f3f3;
                background-image: none;
                border-color: #f3f3f3;
                cursor: not-allowed;
            }
            .c-car-plate {
                direction: ltr;
                display: block;
                font-size: 0;
                height: 48px;
                width: 100%;
            }
            .c-car-plate__flag {
                overflow: hidden;
            }
            .c-car-plate__flag,
            .c-car-plate__iran {
                display: inline-block;
                height: 48px;
                vertical-align: top;
                width: 24px;
            }
            .c-car-plate__iran {
                background-color: #f3f3f3;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAABGdBTUEAALGPC/xhBQAAAE5QTFRFDQ0NDAwMDAwMDAwMCwsLCwsLCwsLCwsLCwsLDQ0NDAwMEBAQDAwMDAwMDQ0NCwsLEBAQDAwMDAwMDAwMCAgIDAwMDQ0NDQ0NAAAADAwMaPEVowAAABl0Uk5ToNB/r6CfYHDfULAgkM/gMBDvv4AgQN9gAJIYBFoAAADWSURBVCjPnZLZEsIgDEVRW7siVJbm/v+PCkUqGHzxPDFn0qSZXEGkr3JDwFJG0OKDeARK6SEd1YgJo6VvuWIlJp+Y8ltJdcqz44aNyx33txT5FdC559AapAHFJBmg3xPn50Qm7nngPpLIhSoTsKXkPX/Kaa9I8okKoZxOk8rKByzv2ZQzBi6H1jm0xzi4xNeJE+XPu/UGXLquqzcy6PmaxaEOudwsl2G4ZtLA8EqKZ5s/MUk9Y1ZWyHItIWNWlpBa731OgFBbTMgyxzD3fx6uKWdf0bzmC3P2RnZ2QR8UAAAAAElFTkSuQmCC");
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 12px;
                border: 1px solid #bdbdbd;
                border-left: 0;
                border-radius: 12px;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }
            .c-car-plate__dash {
                color: #545454;
                font-size: 13px;
                line-height: 24px;
                line-height: 48px;
                width: 12px;
            }
            .c-car-plate__dash,
            .c-car-plate__input {
                display: inline-block;
                font-weight: 700;
                height: 48px;
                margin-left: 4px;
                text-align: center;
                vertical-align: top;
            }
            .c-car-plate__input {
                background-color: #f3f3f3;
                border: 1px solid #bdbdbd;
                border-radius: 12px;
                color: #0c0c0c;
                font-size: 12px;
                letter-spacing: 2px;
                line-height: 24px;
                outline: none;
            }
            .c-car-plate__input::-webkit-input-placeholder {
                color: #555;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-car-plate__input:-ms-input-placeholder {
                color: #555;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-car-plate__input::-ms-input-placeholder {
                color: #555;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-car-plate__input::placeholder {
                color: #555;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-car-plate__input--section1 {
                width: calc(16.6% - 13.28px);
            }
            .c-car-plate__input--section2 {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAEBAMAAABB42PDAAAABGdBTUEAALGPC/xhBQAAABVQTFRFEBAQDAwMCwsLDAwMCwsLAAAADAwMlqpxvgAAAAZ0Uk5TEJCf7zAAJK1yhgAAABxJREFUCNdjYFRSEmUIMUt2ZQh1NgllCA1xDQUAILwD8Uo1R80AAAAASUVORK5CYII=");
                background-position: 10% 24px;
                background-repeat: no-repeat;
                letter-spacing: 0;
                outline: none;
                padding: 0 0 0 28px;
                text-align: center;
                text-align-last: center;
                width: calc(24.9% - 19.92px);
            }
            .c-car-plate__input--section3 {
                width: calc(33.2% - 26.56px);
            }
            .c-car-plate__input--section4 {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
                width: calc(24.9% - 19.92px);
            }
            .c-car-plate__input:hover {
                border-color: #545454;
                color: #424242;
            }
            .c-car-plate__input:focus,
            .c-car-plate__input:focus-within {
                border-color: #288557;
            }
            .c-car-plate__input[data-has-error="true"] {
                border-color: #ed254e;
            }
            .c-car-plate__input:disabled {
                border-color: #d8d8d8 !important;
                color: #424242 !important;
                cursor: not-allowed !important;
                opacity: 0.38 !important;
            }
            @media (min-width: 960px) {
                .c-car-plate__input {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 24px;
                }
            }
            .c-international-mobile {
                direction: ltr;
                display: block;
                font-size: 0;
                width: 100%;
            }
            .c-international-mobile__country-btn {
                border-bottom-left-radius: 12px;
                border-top-left-radius: 12px;
                margin-right: 4px;
                padding: 0 4px 0 28px;
                position: relative;
                text-align: center;
                width: 100px;
            }
            .c-international-mobile__country-btn:before {
                border-right: 2px solid #555;
                border-top: 2px solid #555;
                content: "";
                height: 6px;
                left: 16px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%) rotate(135deg);
                width: 6px;
            }
            .c-international-mobile__number-input {
                border-bottom-right-radius: 12px;
                border-top-right-radius: 12px;
                padding: 0 16px;
                width: calc(100% - 104px);
            }
            .c-international-mobile__modal__frame {
                overflow: hidden;
            }
            .c-international-mobile__modal__header {
                background: #fff;
                border-bottom: 1px solid #d8d8d8;
                height: 124px;
                padding: 24px 16px 16px;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                z-index: 2;
            }
            .c-international-mobile__modal__close-btn {
                top: 8px !important;
            }
            .c-international-mobile__modal__search-input {
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAEJQTFRFVFRUVFRUU1NTVFRUVVVVUlJSU1NTVFRUVVVVVFRUVFRUVFRUVFRUU1NTVVVVVVVVVFRUWFhYUFBQVFRUAAAAVFRUziOhEQAAABV0Uk5TsH+QoJ9gn8Bgj4BAcN/fML8gIO8Ayg0lZgAAAIxJREFUKM+lkdkWAiEMQ3FlBlBKS/7/V0VFVmcetE/kXOA0iYobo34FlgRClwmc8Z51ACvEcAxOcO3AAvEv4QW2BQSXlQG1QMBZBUgLgPJzPe6+IJisXF3rCWyzle98nCCOIx+Se+6dH7NzwY37rBadbisb7oUM6VYyxl7I1MeHzEUlQt8bDJr/6XyeB6oUK0UBNGQsAAAAAElFTkSuQmCC");
                background-position: calc(100% - 8px);
                background-repeat: no-repeat;
                background-size: 24px;
                border-radius: 12px;
                display: block;
                margin-top: 12px;
                padding-right: 36px;
                width: 100%;
            }
            .c-international-mobile__modal__search-input::-webkit-input-placeholder {
                text-align: right;
            }
            .c-international-mobile__modal__search-input:-ms-input-placeholder {
                text-align: right;
            }
            .c-international-mobile__modal__search-input::-ms-input-placeholder {
                text-align: right;
            }
            .c-international-mobile__modal__search-input::placeholder {
                text-align: right;
            }
            .c-international-mobile__modal__body {
                height: 100%;
                min-height: 150px;
                overflow-y: auto;
                padding-top: 140px;
            }
            .c-international-mobile__modal__code-item {
                background-color: transparent;
                border: none;
                color: #555;
                direction: ltr;
                display: block;
                font-size: 16px;
                font-weight: 500;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                margin-bottom: 16px;
                overflow: hidden;
                padding: 0 16px;
                text-align: left;
                white-space: nowrap;
                width: 100%;
            }
            .c-international-mobile__modal__code-item__flag {
                display: inline-block;
                height: 40px;
                -o-object-fit: contain;
                object-fit: contain;
                vertical-align: middle;
                width: 40px;
            }
            .c-international-mobile__modal__code-item__name {
                color: #0c0c0c;
                display: inline-block;
                padding-left: 16px;
                padding-right: 12px;
            }
            .c-international-mobile__country-btn,
            .c-international-mobile__modal__search-input,
            .c-international-mobile__number-input {
                background: #f3f3f3;
                border: 1px solid #d8d8d8;
                color: #424242;
                contain: strict;
                display: inline-block;
                font-size: 14px;
                font-weight: 300;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                outline: none;
                transition: all 0.2s ease-in;
                vertical-align: top;
            }
            .c-international-mobile__country-btn::-webkit-input-placeholder,
            .c-international-mobile__modal__search-input::-webkit-input-placeholder,
            .c-international-mobile__number-input::-webkit-input-placeholder {
                color: #555;
                text-align: center;
                -webkit-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-international-mobile__country-btn:-ms-input-placeholder,
            .c-international-mobile__modal__search-input:-ms-input-placeholder,
            .c-international-mobile__number-input:-ms-input-placeholder {
                color: #555;
                text-align: center;
                -ms-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-international-mobile__country-btn::-ms-input-placeholder,
            .c-international-mobile__modal__search-input::-ms-input-placeholder,
            .c-international-mobile__number-input::-ms-input-placeholder {
                color: #555;
                text-align: center;
                -ms-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
            }
            .c-international-mobile__country-btn::placeholder,
            .c-international-mobile__modal__search-input::placeholder,
            .c-international-mobile__number-input::placeholder {
                color: #555;
                text-align: center;
                transition: all 0.1s ease-in-out;
            }
            .c-form-item-group:focus-within .c-international-mobile__country-btn::-webkit-input-placeholder,
            .c-form-item-group:focus-within .c-international-mobile__modal__search-input::-webkit-input-placeholder,
            .c-form-item-group:focus-within .c-international-mobile__number-input::-webkit-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-international-mobile__country-btn:-ms-input-placeholder,
            .c-form-item-group:focus-within .c-international-mobile__modal__search-input:-ms-input-placeholder,
            .c-form-item-group:focus-within .c-international-mobile__number-input:-ms-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-international-mobile__country-btn::-ms-input-placeholder,
            .c-form-item-group:focus-within .c-international-mobile__modal__search-input::-ms-input-placeholder,
            .c-form-item-group:focus-within .c-international-mobile__number-input::-ms-input-placeholder {
                color: transparent;
            }
            .c-form-item-group:focus-within .c-international-mobile__country-btn::placeholder,
            .c-form-item-group:focus-within .c-international-mobile__modal__search-input::placeholder,
            .c-form-item-group:focus-within .c-international-mobile__number-input::placeholder {
                color: transparent;
            }
            .c-international-mobile__country-btn:hover,
            .c-international-mobile__modal__search-input:hover,
            .c-international-mobile__number-input:hover {
                border-color: #545454;
                color: #424242;
            }
            .c-international-mobile__country-btn:focus,
            .c-international-mobile__modal__search-input:focus,
            .c-international-mobile__number-input:focus {
                border-color: #288557;
            }
            .c-international-mobile__country-btn[data-has-error="true"],
            .c-international-mobile__modal__search-input[data-has-error="true"],
            .c-international-mobile__number-input[data-has-error="true"] {
                border-color: #ed254e;
            }
            .c-international-mobile__country-btn:disabled,
            .c-international-mobile__modal__search-input:disabled,
            .c-international-mobile__number-input:disabled {
                border-color: #d8d8d8 !important;
                color: #424242 !important;
                cursor: not-allowed !important;
                opacity: 0.38 !important;
            }
            @media (min-width: 960px) {
                .c-international-mobile__modal__frame {
                    max-width: 512px;
                }
                .c-international-mobile__modal__header {
                    padding-left: 32px;
                    padding-right: 32px;
                }
                .c-international-mobile__modal__code-item {
                    padding: 0 32px;
                }
            }
            .c-car-plate-preview {
                background-color: #fff;
                border: 1px solid #555;
                border-radius: 12px;
                contain: strict;
                direction: ltr;
                display: block;
                font-size: 0;
                height: 48px;
                margin: 12px auto;
                max-width: 328px;
                overflow: hidden;
                position: relative;
                width: 100%;
            }
            .c-car-plate-preview__flag,
            .c-car-plate-preview__section1,
            .c-car-plate-preview__section2,
            .c-car-plate-preview__section3,
            .c-car-plate-preview__section4 {
                display: inline-block;
                height: 48px;
                vertical-align: top;
            }
            .c-car-plate-preview__flag {
                overflow: hidden;
                width: 24px;
            }
            .c-car-plate-preview__section1,
            .c-car-plate-preview__section2,
            .c-car-plate-preview__section3,
            .c-car-plate-preview__section4 {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                line-height: 48px;
                overflow: hidden;
                text-align: center;
                text-overflow: clip;
                white-space: nowrap;
            }
            .c-car-plate-preview__section4 {
                border-left: 1px solid #555;
                padding-top: 8px;
                width: 48px;
            }
            .c-car-plate-preview__section1,
            .c-car-plate-preview__section2,
            .c-car-plate-preview__section3 {
                width: calc(33% - 23.76px);
            }
            .c-car-plate-preview__iran {
                color: #0c0c0c;
                font-size: 11px;
                font-weight: 300;
                line-height: 24px;
                position: absolute;
                right: 2px;
                text-align: center;
                top: 0;
                width: 48px;
            }
            .c-form-item-group {
                display: block;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                width: 100%;
            }
            .c-form-item-group--has-margin-bottom {
                margin-bottom: 12px;
            }
            .c-form-item-group--has-margin-top {
                margin-top: 12px;
            }
            @keyframes btn-loading {
                0% {
                    transform: rotate(0deg);
                }
                to {
                    transform: rotate(1turn);
                }
            }
            .c-btn {
                border: none;
                border-radius: 12px;
                cursor: pointer;
                font-size: 14px;
                font-weight: 700;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                overflow: hidden;
                padding: 0 24px;
                text-align: center;
                text-decoration: none;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .c-btn--primary {
                background-color: #288557;
                color: #fff;
            }
            .c-btn--primary:hover {
                background-color: #288557;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
            }
            .c-btn--primary:active,
            .c-btn--primary:focus {
                background-color: #4ca579;
                box-shadow: none;
            }
            .c-btn--primary:disabled {
                background-color: #d8d8d8;
                box-shadow: none;
                color: #757575;
                cursor: not-allowed;
            }
            .c-btn--bordered-primary {
                background-color: #fff;
                border: 1px solid #288557;
                color: #288557;
            }
            .c-btn--bordered-primary:hover {
                background-color: rgba(51, 153, 102, 0.08);
                border-color: #bdbdbd;
            }
            .c-btn--bordered-primary:active,
            .c-btn--bordered-primary:focus {
                background-color: rgba(51, 153, 102, 0.12);
                border-color: #bdbdbd;
            }
            .c-btn--bordered-primary:disabled {
                background-color: transparent;
                border-color: #d8d8d8;
                box-shadow: none;
                color: #757575;
                cursor: not-allowed;
            }
            .c-btn--error {
                background-color: #ed254e;
                color: #fff;
            }
            .c-btn--error:hover {
                background-color: #fde1e7;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
                color: #ed254e;
            }
            .c-btn--error:active,
            .c-btn--error:focus {
                background-color: #fde1e7;
                box-shadow: none;
                color: #ed254e;
            }
            .c-btn--error:disabled {
                background-color: #d8d8d8;
                box-shadow: none;
                color: #757575;
                cursor: not-allowed;
            }
            .c-btn--bordered-error {
                background-color: #fff;
                border: 1px solid #ed254e;
                color: #ed254e;
            }
            .c-btn--bordered-error:active,
            .c-btn--bordered-error:focus,
            .c-btn--bordered-error:hover {
                background-color: #fde1e7;
                border-color: #ed254e;
            }
            .c-btn--bordered-error:disabled {
                background-color: transparent;
                border-color: #d8d8d8;
                box-shadow: none;
                color: #757575;
                cursor: not-allowed;
            }
            .c-btn--invisible {
                background-color: transparent;
                border-color: transparent;
                color: #288557;
            }
            .c-btn--invisible:hover {
                background-color: rgba(51, 153, 102, 0.08);
                border-color: transparent;
            }
            .c-btn--invisible:active,
            .c-btn--invisible:focus {
                background-color: rgba(51, 153, 102, 0.12);
                border-color: transparent;
            }
            .c-btn--invisible:disabled {
                background-color: transparent;
                border-color: transparent;
                box-shadow: none;
                color: #757575;
                cursor: not-allowed;
            }
            .c-btn--full {
                display: block;
                width: 100%;
            }
            .c-btn[data-is-loading="true"] {
                color: transparent;
                position: relative;
            }
            .c-btn[data-is-loading="true"]:after {
                animation-duration: 1s;
                animation-fill-mode: forwards;
                animation-iteration-count: infinite;
                animation-name: btn-loading;
                animation-timing-function: ease-in;
                background-image: none !important;
                border: 2px solid rgba(0, 0, 0, 0.4);
                border-bottom-color: #fff;
                border-radius: 50%;
                content: "";
                display: block;
                height: 18px;
                position: absolute;
                right: 50%;
                top: calc(50% - 9px);
                transform: translateX(-50%);
                width: 18px;
            }
            .c-base-modal {
                background-color: transparent;
                bottom: 0;
                contain: strict;
                content-visibility: auto;
                display: none;
                left: 0;
                overflow: hidden;
                position: fixed;
                right: 0;
                top: 0;
                transform: translateX(200%);
                z-index: 800;
            }
            @supports (display: flex) {
                .c-base-modal {
                    align-items: center;
                    flex-direction: column;
                    justify-content: flex-end;
                }
            }
            .c-base-modal[data-hidden="false"] {
                content-visibility: visible;
                display: block;
                transform: translateX(0);
            }
            @supports (display: flex) {
                .c-base-modal[data-hidden="false"] {
                    display: flex;
                }
            }
            .c-base-modal__overlay {
                background-color: hsla(0, 0%, 5%, 0.66);
                bottom: 0;
                left: 0;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
                transition: all 0.1s ease-in;
                z-index: 0;
            }
            .c-base-modal[data-hidden="false"] .c-base-modal__overlay {
                opacity: 1;
                transition: all 0.4s ease-in;
            }
            .c-base-modal__frame {
                background-color: #fff;
                border-top-left-radius: 24px;
                border-top-right-radius: 24px;
                bottom: 0;
                box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.12);
                left: 0;
                max-height: 90%;
                max-height: 90vh;
                min-height: 140px;
                opacity: 0;
                overflow: hidden;
                padding-top: 16px;
                position: absolute;
                right: 0;
                transform: translateY(150%);
                transition: all 0.2s cubic-bezier(0.17, 0.67, 0.61, 1.18);
                width: 100%;
                z-index: 1;
            }
            .c-base-modal--has-header .c-base-modal__frame {
                padding-top: 52px;
            }
            @supports (display: flex) {
                .c-base-modal__frame {
                    margin-bottom: 0;
                    margin-top: auto;
                    position: relative;
                }
            }
            .c-base-modal[data-hidden="false"] .c-base-modal__frame {
                opacity: 1;
                transform: translateY(0);
            }
            .c-base-modal__header {
                background-color: #fff;
                font-size: 0;
                height: 36px;
                padding: 0 16px;
                position: absolute;
                right: 0;
                text-overflow: ellipsis;
                top: 16px;
                white-space: nowrap;
                width: 100%;
            }
            .c-base-modal__title {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-base-modal__close-btn {
                background-color: transparent;
                border: none;
                color: #424242;
                font-size: 28px;
                height: 48px;
                left: 0;
                line-height: 52px;
                padding: 0;
                position: absolute;
                top: -12px;
                width: 48px;
                z-index: 2;
            }
            .c-base-modal__body {
                -ms-scroll-chaining: none;
                height: 100%;
                overflow-y: auto;
                overscroll-behavior: contain;
                padding: 0 16px 24px;
            }
            .c-base-modal--no-padding .c-base-modal__body {
                padding: 0;
            }
            @media (min-width: 960px) {
                .c-base-modal {
                    padding: 24px;
                }
                @supports (display: flex) {
                    .c-base-modal {
                        justify-content: center;
                    }
                }
                .c-base-modal__frame {
                    border-radius: 24px;
                    margin: 0 auto;
                    transform: scale(0);
                    transition: all 0.2s cubic-bezier(0.17, 0.67, 0.61, 1.18);
                }
                .c-base-modal[data-hidden="false"] .c-base-modal__frame {
                    transform: scale(1);
                }
                .c-base-modal__header {
                    padding: 0 32px;
                    top: 24px;
                }
                .c-base-modal__close-btn {
                    cursor: pointer;
                    left: 16px;
                }
                .c-base-modal__close-btn:hover {
                    color: #ed254e;
                }
                .c-base-modal__body {
                    padding: 8px 32px 32px;
                }
            }
            .c-message-modal {
                z-index: 1000;
            }
            .c-message-modal__media-wrapper {
                display: block;
                margin: 0 auto;
                max-width: 200px;
                width: 100%;
            }
            .c-message-modal__media-wrapper img {
                width: 100%;
            }
            .c-message-modal__text {
                color: #555;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
            }
            .c-message-modal__actions-wrapper {
                padding-top: 16px;
                text-align: center;
            }
            @media (min-width: 960px) {
                .c-message-modal__frame {
                    width: 500px;
                }
                .c-message-modal__title {
                    margin-bottom: 16px;
                }
                .c-edit-profile-modal__frame {
                    width: 500px;
                }
            }
            .c-full-page-loader {
                background: hsla(0, 0%, 5%, 0.66);
                height: 100%;
                opacity: 0;
                padding: 32px 16px;
                pointer-events: none;
                position: fixed;
                right: 0;
                text-align: center;
                top: 0;
                transform: scale(0);
                width: 100%;
                z-index: 10000000000000000;
            }
            .c-full-page-loader--visible {
                opacity: 1;
                pointer-events: all;
                transform: scale(1);
            }
            .c-full-page-loader__action {
                background-color: #fff;
                border-radius: 12px;
                cursor: pointer;
                display: inline-block;
                max-width: 260px;
                padding: 16px;
                pointer-events: none;
                text-align: center;
                text-decoration: none;
                vertical-align: middle;
                width: 80%;
            }
            .c-full-page-loader__action:disabled {
                cursor: none;
            }
            .c-full-page-loader--visible .c-full-page-loader__action {
                cursor: pointer;
                pointer-events: all;
            }
            .c-full-page-loader__text {
                color: #757575;
                display: block;
                font-size: 12px;
                font-weight: 500;
                line-height: 24px;
            }
            .c-full-page-loader__image {
                contain: strict;
                display: block;
                height: 150px;
                margin: 0 auto;
                width: 150px;
            }
            @supports (display: flex) {
                .c-full-page-loader {
                    align-items: center;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }
            }
            @media (min-width: 960px) {
                .c-full-page-loader__action {
                    max-width: 300px;
                    padding: 32px;
                    width: 300px;
                }
                .c-full-page-loader__text {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-full-page-loader__image {
                    height: 180px;
                    width: 180px;
                }
                .c-scroll-y--padding-left {
                    padding-left: 12px;
                }
            }
            @media (min-width: 960px) {
                .c-scroll-y::-webkit-scrollbar {
                    width: 8px;
                }
                .c-scroll-y::-webkit-scrollbar-track {
                    border-radius: 4px;
                    -webkit-box-shadow: inset 0 0 100px #d8d8d8;
                }
                .c-scroll-y::-webkit-scrollbar-thumb {
                    border-radius: 4px;
                    -webkit-box-shadow: inset 0 0 100px #288557;
                }
            }
            .c-content-section {
                font-size: 0;
                margin: 0 auto;
                padding: 0 16px;
                width: 100%;
            }
            .c-content-section__row {
                content-visibility: auto;
                margin: 0 auto;
                padding: 32px 0;
                width: 100%;
            }
            .c-content-section__title-level2 {
                color: #0c0c0c;
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 8px;
                min-width: 100%;
                width: 100%;
            }
            .c-content-section__title-level2--mobile-only {
                display: block;
            }
            .c-content-section__title-level2--desktop-only {
                display: none;
            }
            .c-content-section__title-level2--has-margin-top {
                margin-top: 12px;
            }
            .c-content-section__title-level2:before {
                content: "✅";
                display: inline-block;
                margin-left: 4px;
                vertical-align: middle;
            }
            .c-content-section__title-level3 {
                color: #0c0c0c;
                display: block;
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 8px;
                min-width: 100%;
            }
            .c-content-section__title-level3:before {
                content: "📌";
                display: inline-block;
                margin-left: 4px;
                vertical-align: middle;
            }
            .c-content-section__title-level3--has-margin-top {
                margin-top: 12px;
            }
            .c-content-section__title-level4 {
                color: #0c0c0c;
                display: block;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 8px;
                min-width: 100%;
            }
            .c-content-section__title-level4:before {
                content: "📌";
                display: inline-block;
                margin-left: 4px;
                vertical-align: middle;
            }
            .c-content-section__title-level4--has-margin-top {
                margin-top: 12px;
            }
            .c-content-section__text {
                color: #545454;
                display: block;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                margin: 0 auto;
                min-width: 100%;
                padding: 0;
                text-align: justify;
                text-align-last: right;
                width: 100%;
            }
            .c-content-section__text--has-margin-top {
                margin-top: 12px;
            }
            .c-content-section__video {
                background-color: #fff;
                border-radius: 12px;
                margin: 24px auto 0;
                max-width: 480px;
                overflow: hidden;
                position: relative;
            }
            .c-content-section__video:after {
                content: "";
                display: block;
                padding-top: 56.25%;
            }
            .c-content-section__video__player {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }
            @supports (aspect-ratio: 592/333) {
                .c-content-section__video {
                    aspect-ratio: 592/333;
                    position: static;
                }
                .c-content-section__video:after {
                    display: none;
                }
                .c-content-section__video__player {
                    aspect-ratio: 328/176;
                    margin: 0 auto;
                    position: static;
                }
            }
            .c-content-section__media {
                margin: 12px auto 16px;
                max-width: 480px;
                overflow: hidden;
                position: relative;
            }
            .c-content-section__media:after {
                content: "";
                display: block;
                padding-top: 71.03%;
            }
            .c-content-section__media__img {
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }
            .c-content-section__media__img--lazy {
                animation-delay: 0.4s;
                animation-duration: 0.2s;
                animation-fill-mode: forwards;
                animation-iteration-count: 1;
                animation-name: lazy-item;
                contain: strict;
                opacity: 0;
            }
            @supports (aspect-ratio: 416/295.5) {
                .c-content-section__media {
                    aspect-ratio: 416/295.5;
                    position: static;
                }
                .c-content-section__media:after {
                    display: none;
                }
                .c-content-section__media__img {
                    aspect-ratio: 328/233;
                    margin: 0 auto;
                    position: static;
                }
            }
            .c-content-section__list {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                margin: 12px auto;
                padding-right: 32px;
                width: 100%;
            }
            .c-content-section__list__item {
                margin: 8px auto;
                padding-right: 4px;
            }
            ul .c-content-section__list__item::marker {
                content: "🟢";
                font-size: 10px;
            }
            .c-content-section__list--right {
                margin-right: 0;
            }
            .c-content-section__table-wrapper {
                display: block;
                margin: 12px auto;
                overflow-x: auto;
                width: 100%;
            }
            .c-content-section__table {
                border-collapse: collapse;
                margin: 0 auto;
                width: 100%;
            }
            .c-content-section__table__header-row {
                background-color: #288557;
            }
            .c-content-section__table__header-cell {
                color: #fff;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
                line-height: 2;
                min-height: 42px;
                padding: 4px 8px;
                text-align: center;
            }
            .c-content-section__table__body-row {
                border-bottom: 1px solid #d8d8d8;
            }
            .c-content-section__table__body-row:nth-child(2n) {
                background-color: #fafafa;
            }
            .c-content-section__table__body-cell {
                color: #545454;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                line-height: 2;
                min-height: 42px;
                padding: 4px 8px;
                text-align: center;
            }
            @media (min-width: 960px) {
                .c-content-section {
                    max-width: 1032px;
                    padding-top: 24px;
                }
                @supports (display: flex) {
                    .c-content-section__row {
                        align-items: center;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        padding: 24px 0;
                    }
                }
                .c-content-section__media {
                    margin: 0 auto;
                    max-width: 100%;
                    width: 100%;
                }
                .c-content-section__column {
                    display: inline-block;
                    vertical-align: middle;
                }
                .c-content-section__column--mini {
                    margin-left: 24px;
                    width: calc(100% - 616px);
                }
                .c-content-section__row--mini-column-left .c-content-section__column--mini {
                    margin-left: 0;
                    margin-right: 24px;
                    order: 2;
                }
                .c-content-section__column--big {
                    width: 592px;
                }
                .c-content-section__title-level2--mobile-only {
                    display: none;
                }
                .c-content-section__title-level2--desktop-only {
                    display: block;
                }
                .c-content-section__video-text-section {
                    display: inline-block;
                    margin-left: 24px;
                    max-width: calc(100% - 616px);
                    vertical-align: middle;
                    width: calc(100% - 616px);
                }
                .c-content-section__video {
                    display: inline-block;
                    max-width: none;
                    vertical-align: middle;
                    width: 592px;
                }
            }
            @media (min-width: 1200px) {
                .c-content-section {
                    padding-left: 0;
                    padding-right: 0;
                }
            }
            [data-pwa-installed="true"] .c-content-section {
                display: none !important;
            }
            @media print {
                .c-content-section {
                    display: none;
                }
            }
            .c-nav-mobile {
                background-color: #fff;
                bottom: 0;
                box-shadow: 0 -2px 4px 1px hsla(0, 0%, 76%, 0.2);
                contain: strict;
                font-size: 0;
                height: 56px;
                left: 0;
                line-height: 56px;
                padding: 0 16px;
                position: fixed;
                right: 0;
                text-align: center;
                transform: translateY(100%);
                transition: all 0.2s ease-in;
                width: 100%;
                z-index: 500;
            }
            .c-nav-mobile--fixed,
            .c-nav-mobile--visible {
                transform: translateY(0);
            }
            [data-pwa-installed="true"] .c-nav-mobile {
                padding-bottom: 10px;
                transform: translateY(0);
            }
            .c-nav-mobile__count {
                background-color: #ed254e;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                font-size: 0;
                height: 8px;
                line-height: 8px;
                position: absolute;
                right: 50%;
                text-align: center;
                top: 9px;
                transition: all 0.2s ease-in-out;
                width: 8px;
            }
            @supports (transform: scale(0) translateX(90%)) {
                .c-nav-mobile__count {
                    right: calc(50% - 4px);
                    transform: scale(0);
                }
            }
            .c-nav-mobile__count--active {
                transform: scale(1);
            }
            @supports (transform: scale(1) translateX(90%)) {
                .c-nav-mobile__count--active {
                    transform: scale(1) translateX(90%);
                }
            }
            .c-nav-mobile__btn--active .c-nav-mobile__count {
                display: none;
            }
            .c-nav-mobile__btn {
                background-color: transparent;
                border: none;
                contain: strict;
                display: inline-block;
                height: 48px;
                line-height: 48px;
                min-width: 22%;
                outline: none;
                padding: 0;
                position: relative;
                text-align: center;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                vertical-align: middle;
                width: 22%;
            }
            .c-nav-mobile__btn:before {
                background-color: rgba(51, 153, 102, 0.08);
                border-radius: 16px;
                content: "";
                display: block;
                height: 32px;
                max-width: 120px;
                position: absolute;
                right: 50%;
                top: 8px;
                transform: scale(0) translateX(50%);
                transition: transform 0.1s ease-in-out;
                width: 100%;
                z-index: -1;
            }
            .c-nav-mobile__btn:after {
                color: #288557;
                content: attr(aria-label);
                display: none;
                font-size: 12px;
                font-weight: 500;
                height: 24px;
                line-height: 24px;
                margin-right: 8px;
                min-width: 28px;
                text-align: right;
                vertical-align: middle;
            }
            .c-nav-mobile__btn--big-text:after {
                min-width: 48px;
            }
            .c-nav-mobile__btn--active {
                min-width: 34%;
                position: relative;
                width: 34%;
            }
            .c-nav-mobile__btn--active:before {
                transform: scale(1) translateX(50%);
            }
            .c-nav-mobile__btn__icon {
                height: 28px;
                vertical-align: middle;
                width: 28px;
            }
            .c-nav-mobile__btn__icon--line {
                fill: #555;
                display: inline-block;
            }
            .c-nav-mobile__btn--active .c-nav-mobile__btn__icon--line {
                display: none;
            }
            .c-nav-mobile__btn__icon--fill {
                fill: #288557;
                display: none;
            }
            .c-nav-mobile__btn--active .c-nav-mobile__btn__icon--fill {
                display: inline-block;
            }
            @media (min-width: 360px) {
                .c-nav-mobile__btn--active:after {
                    display: inline-block;
                }
            }
            @media (min-width: 768px) {
                .c-nav-mobile__btn {
                    min-width: 140px;
                    width: 140px;
                }
            }
            @media (min-width: 960px) {
                .c-nav-mobile {
                    display: none !important;
                }
            }
            @supports (display: flex) {
                .c-nav-mobile {
                    align-items: center;
                    display: flex;
                    justify-content: space-around;
                }
                .c-nav-mobile__btn {
                    align-items: center;
                    display: inline-flex;
                    justify-content: center;
                }
                .c-nav-mobile__btn,
                .c-nav-mobile__btn:after,
                .c-nav-mobile__btn__icon {
                    vertical-align: initial;
                }
            }
            @media print {
                .c-nav-mobile {
                    display: none;
                }
            }
            .c-nav-mobile-drawer {
                background-color: #fff;
                content-visibility: hidden;
                height: 100%;
                height: 100vh;
                opacity: 0;
                overflow-y: auto;
                padding-bottom: 56px;
                position: fixed;
                right: 0;
                top: 0;
                transform: translateX(100%);
                transition: all 0.1s ease-in;
                width: 100%;
                z-index: 499;
            }
            .c-nav-mobile-drawer[aria-hidden="false"] {
                content-visibility: auto;
                opacity: 1;
                transform: translateX(0);
                transition: transform 0.15s ease-in, opacity 0.3s ease-in;
            }
            .c-nav-mobile-drawer__header {
                background: #288557;
                background: linear-gradient(45deg, #51a87d, #51a87d 25%, #4aa577 0, #4aa577 40%, #3b9d6c 0, #3b9d6c 52%, #396 0, #396);
                contain: strict;
                height: 180px;
                padding: 16px 16px 24px;
                width: 100%;
            }
            .c-nav-mobile-drawer__header__icon {
                display: block;
                height: 48px;
                width: 48px;
            }
            .c-nav-mobile-drawer__header__user-name {
                color: #fff;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                margin: 16px auto 8px;
            }
            .c-nav-mobile-drawer__header__user-phone {
                color: #fff;
                direction: ltr;
                display: none;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                text-align: right;
            }
            .c-nav-mobile-drawer__header__action {
                background-color: transparent;
                border: 1px solid #fff;
                border-radius: 12px;
                color: #fff;
                float: left;
                font-size: 12px;
                font-weight: 500;
                height: 32px;
                line-height: 24px;
                line-height: 32px;
                margin-top: -7px;
                max-width: 100%;
                overflow: hidden;
                padding: 0 12px;
                text-decoration: none;
                text-overflow: clip;
                white-space: nowrap;
            }
            .c-nav-mobile-drawer__header__action__icon {
                display: inline-block;
                height: 24px;
                margin-left: 4px;
                vertical-align: middle;
                width: 24px;
            }
            .c-nav-mobile-drawer__splitter {
                background-color: #fff;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                height: 28px;
                line-height: 24px;
                margin-top: -24px;
                position: relative;
                position: -webkit-sticky;
                position: sticky;
                text-align: center;
                top: 0;
                z-index: 2;
            }
            .c-nav-mobile-drawer__splitter:before {
                background-color: #d8d8d8;
                border-radius: 4px;
                content: "";
                display: inline-block;
                height: 4px;
                margin: 0 auto;
                width: 40px;
            }
            .c-nav-mobile-drawer__body {
                box-shadow: 0 -4px 4px rgba(185, 184, 219, 0.039);
                height: auto;
                margin: 0 auto;
                min-height: 600px;
                padding: 0 16px 88px;
                width: 100%;
            }
            .c-nav-mobile-drawer__root-link {
                color: #0c0c0c;
                contain: strict;
                display: block;
                font-size: 13px;
                font-weight: 500;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                overflow: hidden;
                text-decoration: none;
                text-overflow: clip;
                white-space: nowrap;
                width: 100%;
            }
            .c-nav-mobile-drawer__root-link__icon {
                fill: #288557;
                background-color: #f3f3f3;
                border-radius: 8px;
                display: inline-block;
                height: 32px;
                margin-left: 8px;
                padding: 4px;
                vertical-align: middle;
                width: 32px;
            }
            .c-nav-mobile-drawer__root-link__icon--mini {
                fill: #0c0c0c;
                padding: 4px;
            }
            .c-nav-mobile-drawer__links-group {
                display: block;
                max-height: 48px;
                overflow: hidden;
                position: relative;
                transition: max-height 0.2s ease-in-out;
            }
            .c-nav-mobile-drawer__links-group:before {
                border-right: 2px solid #757575;
                border-top: 2px solid #757575;
                content: "";
                display: inline-block;
                height: 6px;
                left: 4px;
                position: absolute;
                top: 20px;
                transform: rotate(135deg);
                transition: all 0.2s ease-in-out;
                width: 6px;
                z-index: 1;
            }
            .c-nav-mobile-drawer__links-group[aria-expanded="true"] {
                max-height: none;
            }
            .c-nav-mobile-drawer__links-group[aria-expanded="true"]:before {
                border-color: #288557;
                transform: rotate(-45deg);
            }
            .c-nav-mobile-drawer__sub-link {
                color: #212121;
                display: block;
                font-size: 13px;
                font-weight: 400;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                overflow: hidden;
                padding-right: 16px;
                text-decoration: none;
                text-overflow: clip;
                white-space: nowrap;
            }
            .c-nav-mobile-drawer__sub-link__icon {
                fill: #757575;
                display: inline-block;
                height: 32px;
                margin-left: 12px;
                padding: 4px;
                vertical-align: middle;
                width: 32px;
            }
            .c-nav-mobile-drawer__line {
                border: 1px solid #f3f3f3;
                border-bottom: none;
                display: block;
            }
            @media (min-width: 360px) {
                .c-nav-mobile-drawer__header__user-phone {
                    display: block;
                }
            }
            @media (min-width: 960px) {
                .c-nav-mobile-drawer {
                    display: none;
                }
            }
            .c-nav-desktop {
                background-color: #fff;
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
                contain: layout;
                height: 64px;
                line-height: 64px;
                padding: 0 16px;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
            }
            .c-nav-desktop:after {
                clear: both;
                content: "";
                display: block;
            }
            @supports ((-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2))) or (filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)))) {
                .c-nav-desktop {
                    box-shadow: none;
                    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
                    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
                }
            }
            .c-nav-desktop__fix-container {
                font-size: 0;
                margin: 0 auto;
                max-width: 1032px;
            }
            .c-nav-desktop__logo {
                contain: strict;
                cursor: pointer;
                display: inline-block;
                height: 28px;
                line-height: 28px;
                vertical-align: middle;
                width: 45px;
            }
            .c-nav-desktop__logo__shape {
                fill: #288557;
                vertical-align: middle;
            }
            .c-nav-desktop__root-link {
                border-bottom: 2px solid transparent;
                color: #212121;
                contain: strict;
                cursor: pointer;
                display: inline-block;
                font-size: 12px;
                font-weight: 400;
                height: 28px;
                line-height: 24px;
                margin-right: 24px;
                padding: 0;
                text-decoration: none;
                transition: all 0.2s ease-in;
                vertical-align: middle;
            }
            .c-nav-desktop__root-link__icon {
                fill: #212121;
                display: inline-block;
                height: 24px;
                margin-left: 8px;
                vertical-align: middle;
                width: 24px;
            }
            .c-nav-desktop__root-link--services-btn {
                background-color: transparent;
                border: none;
                margin-right: 28px;
            }
            .c-nav-desktop__root-link:hover {
                border-bottom-color: #288557;
                color: #288557;
            }
            .c-nav-desktop__btns-wrapper {
                float: left;
                font-size: 0;
                height: 32px;
                line-height: 32px;
                margin-top: 16px;
                position: relative;
            }
            .c-nav-desktop__basket-btn,
            .c-nav-desktop__download-btn,
            .c-nav-desktop__profile-btn {
                background-color: transparent;
                border: none;
                border-radius: 8px;
                color: #212121;
                contain: strict;
                cursor: pointer;
                display: inline-block;
                font-size: 12px;
                font-weight: 400;
                height: 32px;
                line-height: 24px;
                line-height: 32px;
                margin-right: 24px;
                padding: 0;
                text-align: center;
                text-decoration: none;
                transition: all 0.2s ease-in;
                vertical-align: middle;
            }
            .c-nav-desktop__basket-btn {
                position: relative;
            }
            .c-nav-desktop__basket-btn__count {
                background-color: #ed254e;
                border: 1px solid rgba(51, 153, 102, 0.2);
                border-radius: 50%;
                color: #fff;
                font-size: 0;
                height: 8px;
                line-height: 8px;
                position: absolute;
                right: 8px;
                text-align: center;
                top: 2px;
                transform: scale(0);
                transition: all 0.2s ease-in-out;
                width: 8px;
            }
            .c-nav-desktop__basket-btn__count--active {
                transform: scale(1);
            }
            .c-nav-desktop__profile-btn {
                position: relative;
            }
            .c-nav-desktop__profile-btn__text {
                contain: strict;
                direction: ltr;
                height: 100%;
                left: 0;
                position: absolute;
                text-align: left;
                width: 100%;
                z-index: 0;
            }
            .c-nav-desktop__download-btn {
                background-color: rgba(51, 153, 102, 0.2);
                display: none;
                margin-right: 0;
            }
            .c-nav-desktop__basket-btn:hover,
            .c-nav-desktop__download-btn:hover,
            .c-nav-desktop__profile-btn:hover {
                color: #288557;
                transform: scale(0.9);
            }
            .c-nav-desktop__btns-icon-wrapper {
                fill: #288557;
                background-color: rgba(51, 153, 102, 0.2);
                border-radius: 8px;
                display: inline-block;
                height: 32px;
                margin-left: 4px;
                padding: 3px;
                position: relative;
                vertical-align: middle;
                width: 32px;
                z-index: 1;
            }
            .c-nav-desktop__btns-icon-wrapper--transparent {
                background-color: transparent;
            }
            .c-nav-desktop__profile-popup {
                background-color: #fff;
                border: 1px solid #f3f3f3;
                border-radius: 16px;
                box-shadow: 0 4px 4px 0 rgba(185, 184, 219, 0.16);
                display: block;
                left: 0;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                padding: 16px;
                pointer-events: none;
                position: absolute;
                text-align: right;
                top: 40px;
                transform: translateX(-80%);
                transition: opacity 0.2s ease-in, transform 0.2s ease-in;
                visibility: hidden;
                width: 280px;
            }
            .c-nav-desktop__profile-popup__line {
                border: none;
                border-top: 1px solid #f3f3f3;
                height: 1px;
            }
            .c-nav-desktop__profile-popup__action {
                background-color: transparent;
                border: none;
                color: #0c0c0c;
                cursor: pointer;
                display: block;
                font-size: 13px;
                font-weight: 500;
                height: 32px;
                line-height: 24px;
                margin: 0 auto 12px;
                overflow: hidden;
                padding: 0;
                text-align: right;
                text-decoration: none;
                text-overflow: ellipsis;
                transition: all 0.2s ease-in;
                white-space: nowrap;
                width: 100%;
            }
            .c-nav-desktop__profile-popup__action:hover {
                color: #288557;
            }
            .c-nav-desktop__profile-popup__action--last {
                margin-bottom: 0;
                margin-top: 12px;
            }
            .c-nav-desktop__profile-popup__action__icon {
                fill: #288557;
                background: #f3f3f3;
                border-radius: 8px;
                display: inline-block;
                height: 32px;
                margin-left: 8px;
                padding: 4px;
                vertical-align: middle;
                width: 32px;
            }
            .c-nav-desktop__profile-popup--active {
                max-height: unset;
                opacity: 1;
                pointer-events: all;
                transform: translateX(0);
                visibility: visible;
            }
            @media (min-width: 1200px) {
                .c-nav-desktop {
                    padding: 0;
                }
                .c-nav-desktop__download-btn {
                    display: inline-block;
                    overflow: hidden;
                    padding-left: 16px;
                    white-space: nowrap;
                }
                @supports (display: flex) {
                    .c-nav-desktop__download-btn {
                        align-items: center;
                        display: inline-flex;
                        justify-content: flex-start;
                        vertical-align: initial;
                    }
                }
            }
            @supports (display: flex) {
                .c-nav-desktop {
                    align-items: center;
                    flex-wrap: nowrap;
                    justify-content: center;
                }
                .c-nav-desktop:after {
                    display: none;
                }
                .c-nav-desktop__basket-btn,
                .c-nav-desktop__logo,
                .c-nav-desktop__profile-btn,
                .c-nav-desktop__root-link {
                    align-items: center;
                    display: inline-flex;
                    justify-content: flex-start;
                    vertical-align: initial;
                    white-space: nowrap;
                }
                .c-nav-desktop__logo__shape,
                .c-nav-desktop__root-link__icon {
                    vertical-align: initial;
                }
                .c-nav-desktop__fix-container {
                    align-items: center;
                    display: flex;
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                    width: 100%;
                }
                .c-nav-desktop__btns-wrapper {
                    float: none;
                    justify-content: flex-end;
                    margin-left: 0;
                    margin-right: auto;
                    margin-top: auto;
                }
            }
            .c-nav-desktop {
                display: none;
                z-index: 500;
            }
            @media (min-width: 960px) {
                .c-nav-desktop {
                    display: block;
                }
                @supports (display: flex) {
                    .c-nav-desktop {
                        display: flex;
                    }
                }
            }
            @media print {
                .c-nav-desktop {
                    display: none;
                }
            }
            .c-nav-desktop-drawer {
                contain: strict;
                height: 100%;
                height: 100vh;
                overflow: hidden;
                position: fixed;
                right: 0;
                top: 0;
                transition: all 0.2s ease-in-out;
                width: 100%;
                z-index: 501;
            }
            .c-nav-desktop-drawer__overlay {
                background-color: hsla(0, 0%, 5%, 0.66);
                display: block;
                height: 100%;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
                transition: none;
                width: 100%;
                z-index: 0;
            }
            [data-hidden="false"] .c-nav-desktop-drawer__overlay {
                opacity: 1;
                transition: all 0.7s ease-in;
            }
            .c-nav-desktop-drawer__header {
                background-color: #fff;
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                height: 92px;
                line-height: 24px;
                padding: 40px 40px 0;
                position: absolute;
                right: 0;
                top: 0;
                width: 368px;
                z-index: 3;
            }
            .c-nav-desktop-drawer__close-btn {
                background-color: transparent;
                border: none;
                cursor: pointer;
                float: left;
                font-size: 32px;
                font-weight: 300;
                line-height: 1;
                margin-top: -4px;
                padding: 0;
            }
            .c-nav-desktop-drawer__close-btn:hover {
                color: #ed254e;
            }
            .c-nav-desktop-drawer__main-links-wrapper {
                background-color: #fff;
                direction: ltr;
                display: block;
                height: 100%;
                height: 100vh;
                overflow-y: auto;
                padding: 92px 0 0;
                position: relative;
                width: 370px;
                z-index: 1;
            }
            .c-nav-desktop-drawer__main-links-wrapper::-webkit-scrollbar {
                height: 4px;
                padding-right: 20px;
                width: 4px;
            }
            .c-nav-desktop-drawer__main-links-wrapper::-webkit-scrollbar-track {
                box-shadow: inset 0 0 3px #d8d8d8;
            }
            .c-nav-desktop-drawer__main-links-wrapper::-webkit-scrollbar-thumb {
                border-radius: 4px;
                box-shadow: inset 0 0 3px #bdbdbd;
            }
            .c-nav-desktop-drawer__root-link {
                color: #0c0c0c;
                cursor: pointer;
                direction: rtl;
                display: block;
                font-size: 13px;
                font-weight: 500;
                height: 42px;
                line-height: 24px;
                line-height: 42px;
                margin-bottom: 8px;
                overflow: hidden;
                padding: 8px 40px;
                text-decoration: none;
                text-overflow: clip;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                width: 100%;
            }
            .c-nav-desktop-drawer__root-link__icon {
                fill: #0c0c0c;
                background-color: #f3f3f3;
                border-radius: 8px;
                display: inline-block;
                height: 32px;
                margin-left: 8px;
                padding: 5px;
                vertical-align: middle;
                width: 32px;
            }
            .c-nav-desktop-drawer__links-group:hover .c-nav-desktop-drawer__root-link,
            .c-nav-desktop-drawer__root-link:hover {
                background-color: rgba(51, 153, 102, 0.08);
                color: #288557;
            }
            .c-nav-desktop-drawer__line {
                border: 1px solid #f3f3f3;
                border-bottom: none;
                display: block;
                margin: 0 auto 16px;
                width: calc(100% - 80px);
            }
            .c-nav-desktop-drawer__links-group--active,
            .c-nav-desktop-drawer__links-group:hover {
                z-index: 4;
            }
            .c-nav-desktop-drawer__sub-menu {
                background-color: #fff;
                box-shadow: inset -1px 0 2px #f3f3f3;
                direction: ltr;
                display: block;
                height: 100%;
                height: 100vh;
                max-width: 0;
                opacity: 0;
                overflow-y: auto;
                padding: 0;
                position: fixed;
                right: 369px;
                top: 0;
                transition: all 0.1s ease-in-out;
                width: 370px;
                z-index: 3;
            }
            .c-nav-desktop-drawer__sub-menu::-webkit-scrollbar {
                height: 4px;
                padding-right: 20px;
                width: 4px;
            }
            .c-nav-desktop-drawer__sub-menu::-webkit-scrollbar-track {
                box-shadow: inset 0 0 3px #d8d8d8;
            }
            .c-nav-desktop-drawer__sub-menu::-webkit-scrollbar-thumb {
                border-radius: 4px;
                box-shadow: inset 0 0 3px #bdbdbd;
            }
            .c-nav-desktop-drawer__sub-menu__header {
                color: #0c0c0c;
                direction: rtl;
                font-size: 16px;
                font-weight: 700;
                height: 92px;
                line-height: 24px;
                padding: 40px 40px 0;
                right: 0;
                top: 0;
            }
            .c-nav-desktop-drawer__sub-menu__body {
                direction: rtl;
                font-size: 0;
                padding: 0 40px;
                text-align: right;
            }
            .c-nav-desktop-drawer__links-group:hover .c-nav-desktop-drawer__sub-menu,
            .c-nav-desktop-drawer__sub-menu .c-nav-desktop-drawer__links-group--active {
                max-width: none;
                opacity: 1;
                transition: max-width 0.4s ease-in-out, opacity 0.3s ease-in-out;
            }
            .c-nav-desktop-drawer__sub-link {
                color: #0c0c0c;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 24px;
                text-align: center;
                text-decoration: none;
                transition: all 0.2s ease-in;
                vertical-align: top;
                width: 33.33%;
            }
            .c-nav-desktop-drawer__sub-link__icon {
                background-color: #f3f3f3;
                border-radius: 16px;
                display: block;
                height: 64px;
                margin: 0 auto 12px;
                padding: 16px;
                width: 64px;
            }
            .c-nav-desktop-drawer__sub-link:hover .c-nav-desktop-drawer__sub-link__icon {
                background-color: rgba(51, 153, 102, 0.08);
            }
            .c-nav-desktop-drawer__sub-link:hover {
                color: #288557;
                transform: scale(0.9);
            }
            @supports (display: flex) {
                .c-nav-desktop-drawer__root-link {
                    align-items: center;
                    display: flex;
                    justify-content: flex-start;
                }
                .c-nav-desktop-drawer__root-link__icon {
                    vertical-align: initial;
                }
                .c-nav-desktop-drawer__sub-menu__body {
                    align-items: flex-start;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                }
                .c-nav-desktop-drawer__sub-link {
                    flex-basis: 33.33%;
                }
            }
            .c-nav-desktop-drawer {
                display: none;
            }
            @media (min-width: 960px) {
                .c-nav-desktop-drawer {
                    content-visibility: hidden;
                    display: block;
                    transform: translateX(100%);
                }
                .c-nav-desktop-drawer[data-hidden="false"] {
                    content-visibility: auto;
                    transform: translateX(0);
                }
                .c-product-category-modal__frame {
                    height: 660px;
                    max-width: 634px;
                }
            }
            .c-product-category-modal__help-text {
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
            }
            .c-product-category-modal__links-wrapper {
                transform: translateY(-4px);
            }
            @media (min-width: 960px) {
                .c-product-category-modal__links-wrapper {
                    transform: translateY(-8px);
                }
            }
            .c-product-category-modal__link {
                display: inline-block;
                margin: 16px 6px 0;
                position: relative;
                text-align: center;
                text-decoration: none;
                transition: all 0.2s ease-in;
                vertical-align: top;
                width: calc(33.33% - 16px);
            }
            .c-product-category-modal__link__icon {
                background-color: #f3f3f3;
                border-radius: 12px;
                contain: strict;
                display: block;
                height: 48px;
                margin: 0 auto 4px;
                padding: 10px;
                width: 48px;
            }
            .c-product-category-modal__link:hover .c-product-category-modal__link__icon {
                background-color: rgba(51, 153, 102, 0.08);
            }
            .c-product-category-modal__link__text {
                color: #0c0c0c;
                display: block;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                text-decoration: none;
            }
            .c-product-category-modal__link:hover .c-product-category-modal__link__text {
                color: #288557;
            }
            .c-product-category-modal__link__badge {
                background-color: #ffbe00;
                border-radius: 32px;
                color: #0c0c0c;
                display: inline-block;
                font-size: 11px;
                font-weight: 400;
                left: 0;
                line-height: 24px;
                padding: 0 4px;
                position: absolute;
                top: -12px;
                z-index: 1;
            }
            .c-product-category-modal__link:hover {
                transform: scale(0.9);
            }
            @media (min-width: 360px) {
                .c-product-category-modal__link {
                    margin: 16px 6px 0;
                    width: calc(25% - 16px);
                }
                .c-product-category-modal__link__text {
                    padding: 0 4px;
                }
            }
            @media (min-width: 768px) {
                .c-product-category-modal__link {
                    margin: 16px 6px 0;
                    width: calc(12.5% - 12px);
                }
                .c-product-category-modal__link__text {
                    padding: 0 4px;
                }
            }
            @media (min-width: 960px) {
                .c-product-category-modal__link {
                    margin-top: 24px;
                    width: calc(25% - 16px);
                }
                .c-product-category-modal__link__icon {
                    height: 64px;
                    margin-bottom: 12px;
                    padding: 16px;
                    width: 64px;
                }
                .c-product-category-modal__link__text {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                }
            }
            .c-category-header {
                contain: strict;
                display: block;
                font-size: 0;
                max-height: 161.6px;
                min-height: 161.6px;
                position: fixed;
                right: 0;
                text-align: center;
                top: 0;
                transition: all 0.4s ease;
                width: 100%;
                z-index: 300;
            }
            .c-category-header[data-mini-mode="true"] {
                max-height: 120.4px;
                min-height: 120.4px;
            }
            .c-category-header__fixed-clear {
                display: block;
                max-height: 50px;
                min-height: 50px;
                transition: all 0.4s ease;
                width: 100%;
            }
            [data-focus-mode="true"] .c-category-header__fixed-clear {
                max-height: 0;
                min-height: 0;
            }
            .c-category-header__texts-layer {
                background: #288557;
                background: linear-gradient(45deg, #51a87d, #51a87d 25%, #4aa577 0, #4aa577 40%, #3b9d6c 0, #3b9d6c 52%, #396 0, #396);
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                display: block;
                max-height: 124px;
                min-height: 124px;
                padding: 24px 12px;
                transition: all 0.4s ease;
            }
            [data-mini-mode="true"] .c-category-header__texts-layer {
                max-height: 90px;
                min-height: 90px;
            }
            .c-category-header__logo {
                display: inline-block;
                height: 29px;
                transition: all 0.4s ease;
                vertical-align: middle;
                width: 44px;
            }
            [data-mini-mode="true"] .c-category-header__logo {
                transform: scale(0.7) translateY(-16px);
            }
            .c-category-header__title {
                color: #fff;
                display: inline-block;
                font-size: 20px;
                font-weight: 700;
                height: 30px;
                line-height: 30px;
                margin-right: 4px;
                transition: all 0.4s ease;
                vertical-align: middle;
                width: 58px;
            }
            [data-mini-mode="true"] .c-category-header__title {
                transform: scale(0.7) translateX(20px) translateY(-15px);
            }
            .c-category-header__title--mobile {
                position: relative;
            }
            .c-category-header__description,
            .c-category-header__title--desktop {
                display: none;
            }
           
            .c-category-header__category {
                background: transparent;
                border: none;
                display: inline-block;
                margin-left: 4px;
                min-height: 20px;
                overflow: hidden;
                padding: 0;
                position: relative;
                text-decoration: none;
                transition: all 0.4s ease;
                vertical-align: middle;
                white-space: nowrap;
                width: calc(25% - 3px);
            }
            .c-category-header__category:after {
                background-color: rgba(51, 153, 102, 0.08);
                content: "";
                display: block;
                height: 40%;
                left: 0;
                opacity: 0;
                position: absolute;
                top: 4%;
                transition: all 0.4s ease;
                width: 1px;
            }
            .c-category-header__category--last-item {
                margin-left: 0;
            }
            .c-category-header__category--last-item:after {
                display: none;
            }
            .c-category-header__category__icon {
                fill: #fff;
                border-radius: 8px;
                display: block;
                height: 32px;
                margin: 0 auto;
                padding: 5px;
                transition: all 0.4s ease;
                width: 32px;
            }
            .c-category-header__category__icon--bill {
                background-color: #36a9e2;
            }
            .c-category-header__category__icon--vehicle {
                background-color: #9c34e0;
            }
            .c-category-header__category__icon--bank {
                background-color: #ff8700;
            }
            .c-category-header__category__icon--travel {
                background-color: #29b672;
            }
            .c-category-header__category__text {
                color: #0c0c0c;
                contain: strict;
                font-size: 11px;
                font-weight: 300;
                height: 18px;
                line-height: 24px;
                transition: all 0.4s ease;
                width: 70px;
            }
            [data-mini-mode="true"] .c-category-header__category:after {
                opacity: 1;
            }
            [data-mini-mode="true"] .c-category-header__category__icon {
                background-color: transparent;
                transform: translateY(-4px);
            }
            [data-mini-mode="true"] .c-category-header__category__icon--bill {
                fill: #36a9e2;
            }
            [data-mini-mode="true"] .c-category-header__category__icon--vehicle {
                fill: #9c34e0;
            }
            [data-mini-mode="true"] .c-category-header__category__icon--bank {
                fill: #ff8700;
            }
            [data-mini-mode="true"] .c-category-header__category__icon--travel {
                fill: #29b672;
            }
            [data-mini-mode="true"] .c-category-header__category__text {
                opacity: 0;
                transform: scale(0.8) translateY(100%);
            }
            @media (min-width: 360px) {
                .c-category-header__category__text {
                    font-size: 12px;
                    font-weight: 300;
                    line-height: 24px;
                }
            }
            @media (min-width: 960px) {
                .c-category-header {
                    background: #f3f3f3;
                    background: linear-gradient(180deg, #f3f3f3 72%, hsla(0, 0%, 100%, 0));
                    max-height: 112px;
                    min-height: 112px;
                    padding: 0 16px;
                    top: 64px;
                    transition: all 0.4s ease;
                }
                .c-category-header[data-mini-mode="true"] {
                    min-height: 112px;
                    transform: translateY(0);
                }
                .c-category-header__fixed-clear {
                    margin-top: 20px;
                    max-height: 112px;
                    min-height: 112px;
                }
                [data-focus-mode="true"] .c-category-header__fixed-clear {
                    max-height: 0;
                    min-height: 0;
                }
                .c-category-header__texts-layer {
                    background: linear-gradient(45deg, #51a87d, #51a87d 15%, #4aa577 0, #4aa577 23%, #3b9d6c 0, #3b9d6c 31%, #396 0, #396);
                    border-radius: 40px;
                    border-top-left-radius: 0;
                    border-top-right-radius: 0;
                    margin: 0 auto;
                    max-height: 60px;
                    max-width: 1032px;
                    min-height: 60px;
                    padding-top: 40px;
                }
                [data-mini-mode="true"] .c-category-header__texts-layer {
                    max-height: 60px;
                    min-height: 60px;
                }
                .c-category-header__logo,
                .c-category-header__title {
                    display: none;
                }
                .c-category-header__description {
                    color: #fff;
                    display: block;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 24px;
                    margin: 12px auto 0;
                    padding: 0;
                }
               
               
                .c-category-header__category {
                    cursor: pointer;
                }
                .c-category-header__category:after {
                    background-color: #d8d8d8;
                    height: 32px;
                    opacity: 1;
                    width: 1px;
                }
                .c-category-header__category__icon,
                .c-category-header__category__text {
                    display: inline-block;
                    vertical-align: middle;
                }
                .c-category-header__category__text {
                    font-size: 14px;
                    font-weight: 500;
                    height: 24px;
                    line-height: 24px;
                    margin-right: 8px;
                    width: 84px;
                }
                [data-mini-mode="true"] .c-category-header__category__icon {
                    fill: #fff;
                    transform: scale(1) translateY(0);
                }
                [data-mini-mode="true"] .c-category-header__category__icon--bill {
                    background-color: #36a9e2;
                }
                [data-mini-mode="true"] .c-category-header__category__icon--vehicle {
                    background-color: #9c34e0;
                }
                [data-mini-mode="true"] .c-category-header__category__icon--bank {
                    background-color: #ff8700;
                }
                [data-mini-mode="true"] .c-category-header__category__icon--travel {
                    background-color: #29b672;
                }
                [data-mini-mode="true"] .c-category-header__category__text {
                    opacity: 1;
                    transform: scale(1) translateY(0);
                }
            }
            [data-focus-mode="true"] .c-category-header {
                opacity: 0;
                top: -250px;
            }
            @media print {
                .c-category-header,
                .c-category-header__fixed-clear {
                    display: none;
                }
            }
            .c-landing-header {
                background-color: transparent;
                font-size: 0;
                margin: 0 auto;
                width: 100%;
            }
            .c-landing-header__forms-wrapper {
                background-color: #fff;
                border-radius: 12px 12px 0 0;
                padding: 12px 16px 32px;
                transition: min-height 0.2s ease-in;
            }
            .c-landing-header__forms-wrapper:before {
                background-color: #d8d8d8;
                border-radius: 12px;
                content: "";
                display: block;
                height: 4px;
                margin: 0 auto 16px;
                width: 40px;
            }
            [data-focus-mode="true"] .c-landing-header__forms-wrapper {
                border-radius: 0;
                bottom: 0;
                left: 0;
                min-height: 100vh;
                overflow-y: auto;
                padding-top: 72px;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                z-index: 598;
            }
            [data-focus-mode="true"] .c-landing-header__forms-wrapper:after {
                background-color: #f3f3f3;
                background-image: url(/resources/inquiry-result-header-bg.svg);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 99px 48px;
                content: "";
                display: block;
                height: 56px;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }
            .c-landing-header__main-title {
                animation-delay: 0.4s;
                animation-duration: 0.2s;
                animation-fill-mode: forwards;
                animation-iteration-count: 1;
                animation-name: lazy-item;
                color: #0c0c0c;
                contain: strict;
                display: block;
                font-size: 16px;
                font-weight: 700;
                height: 32px;
                line-height: 24px;
                margin: 0 auto 16px;
                opacity: 0;
                width: 100%;
            }
            .c-landing-header__icon {
                background-color: #d8d8d8;
                border-radius: 12px;
                display: inline-block;
                height: 32px;
                margin-left: 8px;
                padding: 6px;
                vertical-align: middle;
                width: 32px;
            }
            .c-landing-header__icon--bill {
                background-color: rgba(54, 169, 226, 0.16);
            }
            .c-landing-header__icon--vehicle {
                background-color: rgba(155, 52, 224, 0.161);
            }
            .c-landing-header__icon--bank {
                background-color: rgba(255, 136, 0, 0.16);
            }
            .c-landing-header__icon--travel {
                background-color: #ddf3e8;
            }
            .c-landing-header__link-row {
                color: #555;
                display: block;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                text-align: right;
            }
            .c-landing-header__link-row__action {
                background-color: transparent;
                border: none;
                color: #288557;
                cursor: pointer;
                font-size: 12px;
                font-weight: 700;
                line-height: 24px;
                padding: 0;
                text-decoration: none;
                transition: all 0.2s ease-in;
            }
            .c-landing-header__link-row__action:hover {
                color: #2d8659;
                transform: scale(0.95);
            }
            .c-landing-header__link-row--has-margin-bottom {
                margin-bottom: 8px;
            }
            .c-landing-header__link-row--has-margin-top {
                margin-top: 8px;
            }
            .c-landing-header__description-column {
                display: none;
            }
            .c-landing-header__description-title {
                color: #424242;
                display: block;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                margin: 0 auto 8px;
            }
            .c-landing-header__description-text {
                color: #545454;
                font-size: 13px;
                font-weight: 500;
                line-height: 24px;
                margin: 0 auto;
                text-align: justify;
                text-align-last: right;
            }
            @media (min-width: 960px) {
                .c-landing-header {
                    margin: 0 auto;
                    max-width: 856px;
                    min-height: 475px;
                }
                .c-landing-header__forms-wrapper {
                    border-radius: 16px;
                    display: inline-block;
                    padding: 24px 32px 80px;
                    vertical-align: top;
                    width: 504px;
                }
                .c-landing-header__forms-wrapper:before {
                    display: none;
                }
                [data-focus-mode="true"] .c-landing-header__forms-wrapper {
                    border-radius: 16px;
                    min-height: 100px;
                    padding: 24px 32px;
                    position: static;
                    width: 504px;
                    z-index: 0;
                }
                [data-focus-mode="true"] .c-landing-header__forms-wrapper:after {
                    display: none;
                }
                .c-landing-header__main-title {
                    font-size: 16px;
                    font-weight: 700;
                    height: 40px;
                    line-height: 24px;
                }
                .c-landing-header__icon {
                    height: 40px;
                    width: 40px;
                }
                .c-landing-header__link-row {
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 24px;
                }
                .c-landing-header__link-row__action {
                    font-size: 12px;
                    font-weight: 700;
                    line-height: 24px;
                }
                .c-landing-header__link-row--has-margin-top {
                    margin-top: 12px;
                }
                .c-landing-header__description-column {
                    contain: strict;
                    display: inline-block;
                    height: 475px;
                    padding-right: 24px;
                    padding-top: 32px;
                    vertical-align: top;
                    width: calc(100% - 504px);
                }
                .c-landing-header__description-title {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-landing-header__description-text {
                    contain: strict;
                    font-size: 14px;
                    font-weight: 400;
                    height: 165px;
                    line-height: 24px;
                }
                .c-landing-header__media {
                    contain: strict;
                    display: block;
                    margin: 16px auto 0;
                    overflow: hidden;
                    position: relative;
                    width: 100%;
                }
                .c-landing-header__media:before {
                    content: "";
                    display: block;
                    padding-top: 66.15%;
                    width: 100%;
                }
                .c-landing-header__media__img {
                    display: block;
                    height: auto;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 100%;
                }
                @supports (aspect-ratio: 328/217) {
                    .c-landing-header__media {
                        aspect-ratio: 328/217;
                        position: static;
                    }
                    .c-landing-header__media:before {
                        display: none;
                    }
                    .c-landing-header__media__img {
                        aspect-ratio: 328/217;
                        position: static;
                    }
                }
                @supports (display: flex) {
                    .c-landing-header {
                        align-items: flex-start;
                        display: flex;
                        justify-content: center;
                    }
                    .c-landing-header__description-column,
                    .c-landing-header__forms-wrapper {
                        vertical-align: initial;
                    }
                }
            }
            @media print {
                .c-landing-header {
                    display: none;
                }
            }
            .lc-trafficfines-step-selector-modal__plate-preview {
                margin-bottom: 16px;
            }
            .lc-trafficfines-step-selector-modal__step {
                background-color: #f3f3f3;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                padding: 16px 16px 12px;
            }
            .lc-trafficfines-step-selector-modal__step--has-margin {
                margin-bottom: 8px;
            }
            .lc-trafficfines-step-selector-modal__step__description {
                color: #555;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                margin-top: 8px;
            }
            .lc-trafficfines-step-selector-modal__action {
                margin-top: 12px;
            }
            @media (min-width: 960px) {
                .lc-trafficfines-step-selector-modal__frame {
                    width: 500px;
                }
                .lc-trafficfines-step-selector-modal__step__description {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                }
                .lc-trafficfines-step-selector-modal__step--has-margin {
                    margin-bottom: 12px;
                }
            }
            .lc-trafficfines-no-detail-confirm-modal__text {
                color: #555;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
            }
            .lc-trafficfines-no-detail-confirm-modal__action-wrapper {
                font-size: 0;
                margin-top: 16px;
            }
            .lc-trafficfines-no-detail-confirm-modal__action {
                width: calc(50% - 8px);
            }
            .lc-trafficfines-no-detail-confirm-modal__action--cancel {
                margin-left: 16px;
            }
            @media (min-width: 960px) {
                .lc-trafficfines-no-detail-confirm-modal__frame {
                    width: 500px;
                }
                .lc-trafficfines-no-detail-confirm-modal__text {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                }
                .lc-trafficfines-no-detail-confirm-modal__action-wrapper {
                    margin-top: 12px;
                }
                .lc-trafficfines-no-detail-confirm-modal__action {
                    width: 60%;
                }
                .lc-trafficfines-no-detail-confirm-modal__action--cancel {
                    margin-left: 8px;
                    width: calc(40% - 8px);
                }
            }
            .c-inquiry-history {
                contain: strict;
                display: block;
                font-size: 0;
                height: 200px;
                margin: 0 auto;
                overflow: hidden;
                padding: 0;
                position: relative;
                width: 100%;
            }
            .c-inquiry-history--has-margin-top {
                margin-top: 12px;
            }
            .c-inquiry-history__list {
                height: 100%;
                overflow-y: auto;
            }
            .c-inquiry-history__login {
                background-color: #f3f3f3;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                display: block;
                opacity: 0;
                padding: 16px;
                position: absolute;
                right: 0;
                top: 0;
                transform: translateX(100%);
                transition: opacity 0.2s ease-in;
                width: 100%;
                z-index: 1;
            }
            .c-inquiry-history__login[data-hidden="false"] {
                opacity: 1;
                transform: translateX(0);
            }
            .c-inquiry-history__login__title {
                color: #0c0c0c;
                font-size: 12px;
                font-weight: 500;
                line-height: 24px;
                margin-bottom: 4px;
            }
            .c-inquiry-history__login__message {
                color: #555;
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
            }
            .c-inquiry-history__login__link {
                color: #288557;
                font-size: 12px;
                font-weight: 700;
                line-height: 24px;
                text-decoration: none;
            }
            .c-inquiry-history__empty {
                background-color: #fff;
                border: 1px dashed #d8d8d8;
                border-radius: 12px;
                color: #545454;
                contain: strict;
                font-size: 12px;
                font-weight: 500;
                height: 58px;
                line-height: 24px;
                overflow: hidden;
                padding: 16px 12px;
                text-align: right;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
            }
            .c-inquiry-history__empty__icon {
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAADNQTFRFr6+vvLy8v7+/vr6+vb29v7+/u7u7vb29t7e3v7+/vLy8vb29vb29vb29vb29AAAAvb29BZDzdQAAABB0Uk5TELAg33CPcI8gEJDvr99gAGlGTSMAAAB+SURBVCjPjdJbEoAgCAVQy14qEPtfbUWkKdPjfiFnHB3UrQ9xX+AG8MweqAFKrEG6w8i3zAWqvsoBxE1IAXXd91qkIJA3LMtVTQLAJp0AWkCBvKzKN0ALWB9e4Dx8skACIbWAXyNZY92PZezR9PND5Tsnat6cYDeEIfz9DCYbRqQhrvMGNlIAAAAASUVORK5CYII=");
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: cover;
                border-radius: 50%;
                display: inline-block;
                height: 20px;
                margin-left: 8px;
                vertical-align: middle;
                width: 20px;
            }
            @supports (display: flex) {
                .c-inquiry-history__empty {
                    align-items: center;
                    display: flex;
                    justify-content: flex-start;
                }
                .c-inquiry-history__empty__icon {
                    vertical-align: initial;
                }
            }
            .c-inquiry-history__item {
                background: #f3f3f3;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                contain: strict;
                display: block;
                font-size: 0;
                height: 64px;
                margin-bottom: 12px;
                overflow: hidden;
                transition: all 0.2s ease-in;
                width: 100%;
            }
            .c-inquiry-history__item[data-hidden="true"] {
                margin-bottom: 0;
                max-height: 0;
            }
            .c-inquiry-history__item__delete-btn,
            .c-inquiry-history__item__edit-btn,
            .c-inquiry-history__item__favorite-btn {
                background-color: transparent;
                border: none;
                display: inline-block;
                height: 64px;
                line-height: 64px;
                padding: 20px 0;
                vertical-align: top;
                width: 48px;
            }
            .c-inquiry-history__item__favorite-btn:before {
                background-color: #757575;
                background-image: url(/resources/inquiry-history-fav-icon.png);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 20px;
                border-radius: 50%;
                content: "";
                display: block;
                height: 24px;
                margin: 0 auto;
                width: 24px;
            }
            .c-inquiry-history__item[data-is-fav="true"] .c-inquiry-history__item__favorite-btn:before {
                background-color: #288557;
            }
            .c-inquiry-history__item__delete-btn__icon,
            .c-inquiry-history__item__edit-btn__icon {
                fill: #757575;
                display: block;
                height: 24px;
                margin: 0 auto;
                width: 24px;
            }
            .c-inquiry-history__item__edit-btn__icon {
                margin-left: 0;
            }
            .c-inquiry-history__item__contents {
                display: inline-block;
                height: 64px;
                padding: 8px 0;
                vertical-align: top;
                width: calc(100% - 144px);
            }
            .c-inquiry-history__item__description {
                color: #0c0c0c;
                font-weight: 500;
            }
            .c-inquiry-history__item__description,
            .c-inquiry-history__item__value {
                font-size: 12px;
                line-height: 24px;
                overflow: hidden;
                text-overflow: clip;
                white-space: nowrap;
            }
            .c-inquiry-history__item__value {
                color: #555;
                font-weight: 300;
            }
            @supports (display: flex) {
                .c-inquiry-history__item {
                    align-items: center;
                    display: flex;
                    justify-content: center;
                }
                .c-inquiry-history__item__contents,
                .c-inquiry-history__item__delete-btn,
                .c-inquiry-history__item__edit-btn,
                .c-inquiry-history__item__favorite-btn {
                    vertical-align: initial;
                }
            }
            .c-inquiry-history__show-more {
                contain: strict;
                display: block;
                margin: 0 auto;
                width: 164px;
            }
            .c-inquiry-history__show-more__icon {
                display: inline-block;
                margin-left: 4px;
                margin-right: -4px;
                position: relative;
                top: 8px;
            }
            @media (min-width: 960px) {
                .c-inquiry-history {
                    height: 100px;
                }
                .c-inquiry-history__item {
                    height: 52px;
                }
                .c-inquiry-history__item__delete-btn,
                .c-inquiry-history__item__edit-btn,
                .c-inquiry-history__item__favorite-btn {
                    cursor: pointer;
                    height: 52px;
                    padding: 14px 0;
                    transition: all 0.2s ease-in;
                    width: 52px;
                }
                .c-inquiry-history__item__edit-btn:hover .c-inquiry-history__item__edit-btn__icon {
                    fill: #288557;
                }
                .c-inquiry-history__item__delete-btn:hover .c-inquiry-history__item__delete-btn__icon {
                    fill: #ed254e;
                }
                .c-inquiry-history__item__favorite-btn:hover {
                    transform: rotate(-45deg);
                }
                .c-inquiry-history__item__contents {
                    cursor: pointer;
                    height: 52px;
                    padding: 2px 0;
                    width: calc(100% - 156px);
                }
                .c-inquiry-history__item:hover {
                    background-color: rgba(51, 153, 102, 0.08);
                }
                .c-inquiry-history__login__title {
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-inquiry-history__login__message {
                    font-size: 13px;
                    font-weight: 300;
                    line-height: 24px;
                }
            }
            .c-inquiry-history-edit-modal__action-row {
                font-size: 0;
                margin-top: 12px;
            }
            .c-inquiry-history-edit-modal__action {
                display: inline-block;
                vertical-align: middle;
                width: calc(50% - 8px);
            }
            .c-inquiry-history-edit-modal__action--cancel {
                margin-left: 16px;
            }
            @media (min-width: 960px) {
                .c-inquiry-history-edit-modal__frame {
                    max-width: 500px;
                }
                .c-inquiry-history-edit-modal__action {
                    width: 60%;
                }
                .c-inquiry-history-edit-modal__action--cancel {
                    margin-left: 8px;
                    width: calc(40% - 8px);
                }
            }
            .c-inquiry-history-delete-modal__item-description {
                color: #288557;
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                quotes: "“" "”";
            }
            .c-inquiry-history-delete-modal__action-row {
                font-size: 0;
                margin-top: 24px;
            }
            .c-inquiry-history-delete-modal__action {
                display: inline-block;
                vertical-align: middle;
                width: calc(50% - 8px);
            }
            .c-inquiry-history-delete-modal__action--remove {
                margin-left: 16px;
            }
            @media (min-width: 960px) {
                .c-inquiry-history-delete-modal__frame {
                    max-width: 500px;
                }
                .c-inquiry-history-delete-modal__action-row {
                    margin-top: 32px;
                }
                .c-inquiry-history-delete-modal__action {
                    width: 60%;
                }
                .c-inquiry-history-delete-modal__action--remove {
                    margin-left: 8px;
                    width: calc(40% - 8px);
                }
            }
            .c-inquiry-history-confirm-modal__image {
                display: block;
                height: 150px;
                margin: 0 auto;
                width: 150px;
            }
            .c-inquiry-history-confirm-modal__title {
                color: #424242;
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 12px auto;
                text-align: center;
            }
            .c-inquiry-history-confirm-modal__message {
                color: #545454;
                display: block;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
            }
            .c-inquiry-history-confirm-modal__action-row {
                display: block;
                margin-top: 16px;
            }
            .c-inquiry-history-confirm-modal__action {
                margin-bottom: 16px;
            }
            @media (min-width: 960px) {
                .c-inquiry-history-confirm-modal__frame {
                    max-width: 500px;
                }
                .c-inquiry-history-confirm-modal__image {
                    margin-bottom: 16px;
                }
                .c-inquiry-history-confirm-modal__message {
                    text-align: right;
                }
                .c-inquiry-history-confirm-modal__action-row {
                    margin-top: 12px;
                }
                .c-inquiry-history-confirm-modal__action {
                    margin-bottom: 12px;
                }
            }
            .c-blog-slider-section,
            .c-home-blog-section {
                content-visibility: auto;
            }
            .c-blog-slider-section {
                display: none;
                height: 440px;
                overflow: hidden;
                width: 100%;
            }
            @supports (display: flex) {
                .c-blog-slider-section {
                    display: block;
                }
            }
            .c-home-blog-section .c-blog-slider-section,
            .c-landings-blog-section .c-blog-slider-section {
                margin: 0 auto;
                padding: 0 16px 32px;
            }
            @media (min-width: 960px) {
                .c-home-blog-section .c-blog-slider-section {
                    height: 350px;
                    margin-bottom: 24px;
                    max-width: 856px;
                    padding: 32px 0;
                    width: 100%;
                }
                .c-landings-blog-section .c-blog-slider-section {
                    contain: strict;
                    height: 460px;
                    margin-bottom: 24px;
                    max-width: 1032px;
                    padding: 32px 0;
                    width: 100%;
                }
            }
            [data-pwa-installed="true"] .c-blog-slider-section {
                display: none !important;
            }
            .c-blog-slider-section__items-wrapper {
                display: block;
                height: 100%;
                overflow: hidden;
                position: relative;
                width: 100%;
            }
            .c-blog-slider-section__slides {
                display: flex;
                overflow-x: scroll;
                overflow-y: hidden;
                position: relative;
                scroll-behavior: smooth;
                -webkit-scroll-snap-type: x mandatory;
                -ms-scroll-snap-type: x mandatory;
                scroll-snap-type: x mandatory;
                z-index: 1;
            }
            @media (min-width: 960px) {
                .c-blog-slider-section__slides {
                    padding-bottom: 25px;
                }
            }
            .c-blog-slider-section__nav {
                max-width: 416px;
                pointer-events: none;
                position: absolute;
                right: 50%;
                text-align: center;
                transform: translateX(50%);
                width: 100%;
                z-index: 2;
            }
            .c-blog-slider-section__nav:before {
                content: "";
                display: block;
                padding-top: calc(62.5% + 40px);
                width: 100%;
            }
            .c-landings-blog-section .c-blog-slider-section__nav {
                max-width: 592px;
            }
            .c-blog-slider-section__nav__item {
                background-color: #d8d8d8;
                border: none;
                border-radius: 50%;
                display: inline-block;
                height: 10px;
                line-height: 2;
                margin: 0 2px;
                outline: none;
                overflow: hidden;
                padding: 0;
                pointer-events: all;
                white-space: nowrap;
                width: 10px;
            }
            .c-blog-slider-section__nav__item--active {
                background-color: #288557;
            }
            @media (min-width: 960px) {
                .c-blog-slider-section__nav {
                    right: 0;
                    transform: translateX(0);
                }
                .c-blog-slider-section__nav:before {
                    padding-top: calc(62.5% + 8px);
                }
            }
            @media print {
                .c-blog-slider-section {
                    display: none;
                }
            }
            .c-blog-slide {
                animation-duration: 0.2s;
                animation-fill-mode: forwards;
                animation-iteration-count: 1;
                animation-name: blog-post-transition;
                display: block;
                font-size: 0;
                height: 100%;
                margin-left: 12px;
                min-width: 100%;
                scroll-snap-align: center;
                transform: scale(0);
                transform-origin: center center;
                width: 100%;
            }
            .c-blog-slide:last-child {
                margin-left: 0;
            }
            .c-blog-slide__title {
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 8px;
            }
            .c-blog-slide__title--desktop {
                display: none;
            }
            .c-blog-slide__title--mobile {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .c-blog-slide__title__link {
                color: #0c0c0c;
                text-decoration: none;
            }
            .c-blog-slide__media-column {
                background-color: #fff;
                border-radius: 24px;
                contain: strict;
                display: block;
                -webkit-filter: drop-shadow(0 4px 4px rgba(185, 184, 219, 0.161));
                filter: drop-shadow(0 4px 4px rgba(185, 184, 219, 0.1607843137));
                margin: 0 auto;
                max-width: 416px;
                position: relative;
                z-index: 3;
            }
            .c-blog-slide__media-column:after {
                content: "";
                display: block;
                padding-top: 62.5%;
                width: 100%;
            }
            .c-blog-slide__media-column__img {
                contain: strict;
                display: block;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }
            @supports (aspect-ratio: 768/480) {
                .c-blog-slide__media-column {
                    aspect-ratio: 768/480;
                    position: static;
                }
                .c-blog-slide__media-column:after {
                    display: none;
                }
                .c-blog-slide__media-column__img {
                    aspect-ratio: 768/480;
                }
            }
            .c-blog-slide__text-column {
                margin-top: 32px;
                width: 100%;
            }
            .c-blog-slide__description {
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                color: #545454;
                display: block;
                display: -webkit-box;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                overflow: hidden;
                text-align: justify;
                white-space: normal;
            }
            .c-blog-slide__description p {
                margin: 0;
                padding: 0;
            }
            .c-blog-slide__more-link {
                color: #288557;
                font-size: 14px;
                font-weight: 700;
                height: 48px;
                line-height: 24px;
                line-height: 48px;
                text-decoration: none;
            }
            .c-blog-slide__more-link:after {
                border: 2px solid #288557;
                border-bottom: none;
                border-left: none;
                content: "";
                display: inline-block;
                height: 6px;
                margin-right: 12px;
                transform: rotate(-135deg);
                vertical-align: middle;
                width: 6px;
            }
            @media (min-width: 960px) {
                .c-blog-slide__media-column {
                    display: inline-block;
                    max-width: none;
                    vertical-align: middle;
                }
                .c-home-blog-section .c-blog-slide__media-column {
                    width: 416px;
                }
                .c-landings-blog-section .c-blog-slide__media-column {
                    width: 592px;
                }
                .c-blog-slide__text-column {
                    display: inline-block;
                    max-width: none;
                    vertical-align: middle;
                }
                .c-home-blog-section .c-blog-slide__text-column {
                    margin-right: calc(100% - 832px);
                    margin-top: 0;
                    width: 416px;
                }
                .c-landings-blog-section .c-blog-slide__text-column {
                    margin-right: calc(100% - 1008px);
                    margin-top: 0;
                    width: 416px;
                }
                .c-blog-slide__title {
                    display: block;
                    margin: 0 auto 16px;
                }
                .c-blog-slide__title--mobile {
                    display: none;
                }
                .c-blog-slide__title--desktop {
                    display: block;
                }
                .c-blog-slide__title__link {
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    overflow: hidden;
                    white-space: normal;
                }
                .c-blog-slide__description {
                    -webkit-line-clamp: 5;
                }
                .c-blog-slide__more-link {
                    display: none;
                }
            }
            @keyframes blog-post-transition {
                0% {
                    opacity: 0;
                    transform: scale(0);
                }
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }
            .c-faq-section {
                -ms-scroll-chaining: none;
                content-visibility: auto;
                display: block;
                font-size: 0;
                margin: 0 auto;
                overscroll-behavior: contain;
                padding: 32px 16px;
                width: 100%;
            }
            .c-faq-section__title {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 16px;
            }
            .c-faq-section__fq-list {
                margin: 0 auto;
                max-height: 400px;
                overflow-x: hidden;
                overflow-y: auto;
                padding: 0;
                width: 100%;
            }
            .c-faq-section__faq-item {
                background-color: #fff;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                display: block;
                margin: 0 auto 12px;
                width: 100%;
            }
            .c-faq-section__faq-item__question {
                color: #212121;
                padding: 12px 12px 12px 24px;
                position: relative;
                transition: all 0.2s ease-in;
                width: 100%;
            }
            .c-faq-section__faq-item__question:before {
                border: 2px solid #555;
                border-bottom: none;
                border-left: none;
                content: "";
                display: block;
                height: 6px;
                left: 16px;
                position: absolute;
                top: 24px;
                transform: translateY(-50%) rotate(135deg);
                transition: all 0.2s ease-in;
                width: 6px;
            }
            .c-faq-section__faq-item[data-expanded="true"] .c-faq-section__faq-item__question:before {
                transform: translateY(-50%) rotate(315deg);
            }
            .c-faq-section__faq-item__question__btn {
                background: transparent;
                border: none;
                display: block;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                margin: 0;
                padding: 0;
                text-align: right;
                width: 100%;
            }
            .c-faq-section__faq-item__question__btn:hover {
                color: #288557;
            }
            .c-faq-section__faq-item__answer {
                color: #545454;
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
                margin: 0 auto;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                padding: 0 12px;
                transition: all 0.15s ease-in;
                width: 100%;
            }
            .c-faq-section__faq-item[data-expanded="true"] .c-faq-section__faq-item__answer {
                max-height: none;
                opacity: 1;
                padding-bottom: 24px;
                transition: all 0.2s ease-in;
            }
            .c-faq-section__media {
                display: none;
            }
            @media (min-width: 960px) {
                .c-faq-section {
                    max-width: 1032px;
                    padding: 24px 16px;
                }
                .c-faq-section__title {
                    color: #0c0c0c;
                    margin: 0 auto 12px;
                }
                .c-faq-section__faq-item {
                    border-radius: 16px;
                }
                .c-faq-section__faq-item__question {
                    padding: 16px 16px 16px 32px;
                }
                .c-faq-section__faq-item__question__btn {
                    cursor: pointer;
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-faq-section__faq-item__question:before {
                    left: 24px;
                    top: 26px;
                }
                .c-faq-section__faq-item__answer {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 24px;
                    padding: 0 16px;
                }
                .c-faq-section__contents-wrapper {
                    display: inline-block;
                    vertical-align: middle;
                    width: 592px;
                }
                .c-faq-section__media {
                    contain: strict;
                    display: inline-block;
                    margin-right: 24px;
                    margin-top: 36px;
                    position: relative;
                    vertical-align: top;
                    width: calc(100% - 616px);
                }
                .c-faq-section__media:after {
                    content: "";
                    display: block;
                    padding-top: 66.42%;
                    width: 100%;
                }
                .c-faq-section__media__img {
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 100%;
                }
                @supports (aspect-ratio: 416/276.33) {
                    .c-faq-section__media {
                        aspect-ratio: 416/276.33;
                        position: static;
                    }
                    .c-faq-section__media:after {
                        display: none;
                    }
                    .c-faq-section__media__img {
                        aspect-ratio: 416/276.33;
                        position: static;
                    }
                }
                @supports (display: flex) {
                    .c-faq-section {
                        align-items: center;
                        display: flex;
                        justify-content: center;
                    }
                }
            }
            @media (min-width: 1200px) {
                .c-faq-section {
                    padding: 48px 0;
                }
            }
            [data-pwa-installed="true"] .c-faq-section {
                display: none !important;
            }
            @media print {
                .c-faq-section {
                    display: none;
                }
            }
            .c-comments-section {
                content-visibility: auto;
                display: block;
                margin: 0 auto;
                padding: 32px 16px;
                width: 100%;
            }
            .c-comments-section__title {
                color: #0c0c0c;
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 8px;
                padding: 0;
            }
            .c-comments-section__base-row {
                color: #545454;
                font-size: 14px;
                font-weight: 300;
                line-height: 24px;
            }
            .c-comments-section__reg-btn {
                display: block;
                margin-left: auto;
                margin-right: 0;
                margin-top: 4px;
                width: 116px;
            }
            .c-comments-section__items-wrapper {
                contain: paint;
                content-visibility: auto;
                display: block;
                font-size: 0;
                margin: 8px auto 0;
                max-height: 300px;
                overflow-y: auto;
            }
            .c-comments-section__item {
                background-color: #fff;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                color: #212121;
                display: block;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 8px;
                margin-left: auto;
                margin-right: 0;
                padding: 16px 12px;
                width: calc(100% - 64px);
            }
            .c-comments-section__item--admin {
                background-color: rgba(51, 153, 102, 0.16);
                margin-left: 0;
                margin-right: auto;
            }
            .c-comments-section__item p {
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                margin: 0;
                padding: 0;
            }
            .c-comments-section__item__username {
                display: block;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
            }
            @media (min-width: 960px) {
                .c-comments-section {
                    max-width: 1032px;
                    padding: 24px 16px;
                }
                .c-comments-section__title {
                    margin-bottom: 20px;
                }
                .c-comments-section__reg-btn {
                    float: left;
                    margin-top: -32px;
                }
                .c-comments-section__items-wrapper {
                    margin-top: 24px;
                }
                .c-comments-section__item {
                    margin-bottom: 24px;
                    margin-left: auto;
                    margin-right: 0;
                    padding: 16px;
                    width: 60%;
                }
                .c-comments-section__item--admin {
                    margin-left: 0;
                    margin-right: auto;
                }
            }
            @media (min-width: 1200px) {
                .c-comments-section {
                    padding-left: 0;
                    padding-right: 0;
                }
            }
            [data-pwa-installed="true"] .c-comments-section {
                display: none !important;
            }
            @media print {
                .c-comments-section {
                    display: none;
                }
            }
            @media (min-width: 960px) {
                .lc-comments-add-modal__frame {
                    width: 500px;
                }
            }
            [data-pwa-installed="true"] .lc-comments-add-modal {
                display: none !important;
            }
            .c-login-step1 {
                display: block;
                margin: 0 auto;
                width: 100%;
            }
            .c-login-step1__title {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 12px;
                text-align: right;
            }
            .c-login-modal .c-login-step1__title {
                position: relative;
            }
            .c-login-step1__action-wrapper {
                margin-top: 12px;
            }
            .c-login-step1__link {
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 300;
                line-height: 24px;
                margin: 12px auto 0;
                text-align: center;
            }
            .c-login-step1__link__action {
                color: #288557;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
                text-decoration: none;
            }
            @media (min-width: 768px) {
                .c-login-step1__title {
                    margin: 0 auto 16px;
                }
                .c-login-step1__link__action {
                    font-size: 13px;
                    font-weight: 300;
                    line-height: 24px;
                }
            }
            .c-login-step2 {
                display: block;
                margin: 0 auto;
                width: 100%;
            }
            .c-login-step2__title {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 12px;
                text-align: right;
            }
            .c-login-modal .c-login-step2__title {
                position: relative;
            }
            .c-login-step2__edit-mobile-btn {
                background: transparent;
                border: none;
                color: #288557;
                display: inline-block;
                outline: none;
                padding: 0;
                vertical-align: middle;
            }
            .c-login-step2__action-wrapper {
                margin-top: 12px;
            }
            .c-login-step2__counter {
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 300;
                line-height: 24px;
                margin: 12px auto 0;
                text-align: center;
            }
            .c-login-step2__counter__action {
                color: #288557;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
                text-decoration: none;
            }
            .c-login-step2__request-code-btn {
                color: #288557;
                display: block;
                margin: 4px auto;
            }
            @media (min-width: 768px) {
                .c-login-step2__title {
                    margin: 0 auto 16px;
                }
                .c-login-step2__link__action {
                    font-size: 13px;
                    font-weight: 300;
                    line-height: 24px;
                }
            }
            .c-login-step3 {
                display: block;
                margin: 0 auto;
                width: 100%;
            }
            .c-login-step3__title {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 12px;
                text-align: right;
            }
            .c-login-modal .c-login-step3__title {
                position: relative;
            }
            .c-login-step3__edit-mobile-btn {
                background: transparent;
                border: none;
                color: #288557;
                display: inline-block;
                outline: none;
                padding: 0;
                vertical-align: middle;
            }
            .c-login-step3__image {
                display: block;
                height: 48px;
                margin: 16px auto 24px;
                width: 48px;
            }
            .c-login-step3__action-wrapper {
                margin-top: 12px;
            }
            .c-login-step3__action {
                color: #fff !important;
            }
            .c-login-step3__action:after {
                display: inline-block !important;
                margin-right: 8px !important;
                position: relative !important;
                right: auto !important;
                top: auto !important;
                vertical-align: middle !important;
            }
            .c-login-step3__description {
                color: #757575;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                margin-top: 16px;
            }
            @media (min-width: 768px) {
                .c-login-step3__title {
                    margin: 0 auto 16px;
                }
            }
            .c-login-modal__frame {
                padding-top: 24px;
            }
            .c-login-modal__close-btn {
                top: -4px;
            }
            @media (min-width: 960px) {
                .c-login-modal__frame {
                    max-width: 500px;
                }
            }
            .c-inquiry-naji-rules-modal__loader {
                animation: naji-text-loading-anim 6s ease infinite;
                background: linear-gradient(269deg, #f3f3f3, #d8d8d8, #f3f3f3);
                background-size: 600% 600%;
                display: block;
                margin: 0 0 auto;
                min-height: 12px;
            }
            .c-inquiry-naji-rules-modal__loader--1 {
                margin-bottom: 4px;
                width: 75%;
            }
            .c-inquiry-naji-rules-modal__loader--2 {
                height: 24px;
                margin-bottom: 4px;
            }
            .c-inquiry-naji-rules-modal__loader--3 {
                margin-bottom: 4px;
                width: 90%;
            }
            .c-inquiry-naji-rules-modal__loader--5 {
                margin-bottom: 4px;
                width: 20%;
            }
            .c-inquiry-naji-rules-modal__loader--7 {
                margin-bottom: 4px;
                width: 60%;
            }
            .c-inquiry-naji-rules-modal__loader--9 {
                margin-bottom: 4px;
                width: 30%;
            }
            .c-inquiry-naji-rules-modal__checkbox-row {
                background-color: #f3f3f3;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                margin: 12px auto;
                padding: 12px;
            }
            .c-inquiry-naji-rules-modal__checkbox-row__input {
                margin-left: 8px;
                vertical-align: middle;
            }
            .c-inquiry-naji-rules-modal__content {
                color: #757575;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                white-space: pre-line;
            }
            @media (min-width: 960px) {
                .c-inquiry-naji-rules-modal__frame {
                    width: 500px;
                }
                .c-inquiry-naji-rules-modal__checkbox-row {
                    padding: 16px 12px;
                }
            }
            @keyframes naji-text-loading-anim {
                0% {
                    background-position: 0 64%;
                }
                50% {
                    background-position: 100% 37%;
                }
                to {
                    background-position: 0 64%;
                }
            }
            .c-inquiry-naji-credential-modal__edit-mobile-btn {
                background: transparent;
                border: none;
                color: #288557;
                display: inline-block;
                outline: none;
                padding: 0;
                vertical-align: middle;
            }
            .c-inquiry-naji-credential-modal__action-wrapper {
                margin-top: 12px;
            }
            .c-inquiry-naji-credential-modal__counter {
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 300;
                line-height: 24px;
                margin: 12px auto 0;
                text-align: center;
            }
            .c-inquiry-naji-credential-modal__counter__action {
                color: #288557;
                font-size: 13px;
                font-weight: 700;
                line-height: 24px;
                text-decoration: none;
            }
            .c-inquiry-naji-credential-modal__request-code-btn {
                color: #288557;
                display: block;
                margin: 4px auto;
            }
            @media (min-width: 960px) {
                .c-inquiry-naji-credential-modal__frame {
                    width: 500px;
                }
            }
            .c-inquiry-result {
                background-color: #fff;
                bottom: 0;
                contain: strict;
                display: none;
                left: 0;
                padding-top: 56px;
                position: fixed;
                right: 0;
                top: 0;
                transition: opacity 0.2s ease-in;
                z-index: 600;
            }
            .c-inquiry-result[aria-hidden="false"] {
                display: block;
            }
            .c-inquiry-result__header {
                background-color: #f3f3f3;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAB5BAMAAAA0bzlYAAAABGdBTUEAALGPC/xhBQAAABJQTFRFq7uxq7u0uLi42NjYM5lmAAAAaxwDRgAAAAZ0Uk5TUlJIzA8ALL4x/wAAAINJREFUWMPt2EEKgCAURVHbQysIWkE0b2AbKNz/VjKICEFFvt8c3DdwdqAL0kDjPpvcMfsjOZMA53JvTYBgPYDiBqJbNOQvXzGQXm+FT4rPvpOBeEMtoN9ANNF9R9vM9vAnIAKD3UZ/KAL9BqKJJhoAAAAAAABAD7R9aqkHnh4A4FdwAUoHy7HaPZOsAAAAAElFTkSuQmCC");
                background-position: 0;
                background-repeat: no-repeat;
                background-size: contain;
                font-size: 0;
                height: 56px;
                overflow: hidden;
                padding: 4px;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                z-index: 10;
            }
            .c-inquiry-result__back-btn {
                background-color: transparent;
                border: none;
                cursor: pointer;
                display: inline-block;
                height: 48px;
                line-height: 48px;
                padding: 12px;
                vertical-align: middle;
                width: 48px;
            }
            .c-inquiry-result__back-btn__icon {
                fill: #424242;
                height: 24px;
                margin: 0 auto;
                width: 24px;
            }
            .c-inquiry-result__back-btn:hover .c-inquiry-result__back-btn__icon {
                fill: #288557;
            }
            .c-inquiry-result__type {
                display: none;
            }
            .c-inquiry-result__body {
                display: block;
                font-size: 0;
                height: 100%;
                overflow-y: hidden;
            }
            .c-inquiry-result__column {
                display: block;
                width: 100%;
            }
            .c-inquiry-result__column--mini {
                background-color: #fff;
                bottom: 0;
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
                left: 0;
                padding: 24px 16px;
                position: fixed;
                right: 0;
            }
            [data-hide-mini-on-mobile="true"] .c-inquiry-result__column--mini {
                display: none;
            }
            .c-inquiry-result__column--big {
                height: 100vh;
                padding-bottom: 220px;
            }
            [data-hide-mini-on-mobile="true"] .c-inquiry-result__column--big {
                padding-bottom: 4px;
            }
            @media (min-width: 960px) {
                .c-inquiry-result {
                    background-color: #f3f3f3;
                    padding-top: 64px;
                }
                .c-inquiry-result__header {
                    background-color: #fff;
                    background-image: url(/resources/inquiry-result-header-bg.svg);
                    background-position: 50%;
                    background-repeat: no-repeat;
                    background-size: 79px 19px;
                    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
                    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
                    height: 64px;
                    line-height: 64px;
                    padding: 0;
                }
                .c-inquiry-result__header__fixed-size-frame {
                    margin: 0 auto;
                    max-width: 1032px;
                }
                .c-inquiry-result__type {
                    color: #0c0c0c;
                    display: inline-block;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 24px;
                    vertical-align: middle;
                }
                .c-inquiry-result__body {
                    direction: ltr;
                    overflow: auto;
                    padding: 24px 0;
                }
                .c-inquiry-result__body__fix-frame {
                    direction: rtl;
                    font-size: 0;
                    margin: 0 auto;
                    max-width: 1032px;
                }
                .c-inquiry-result__column {
                    display: inline-block;
                    vertical-align: top;
                }
                .c-inquiry-result__column--big {
                    height: auto;
                    padding-bottom: 4px;
                    position: relative;
                    width: 62%;
                }
                .c-inquiry-result__column--big:before {
                    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAB5BAMAAAA0bzlYAAAABGdBTUEAALGPC/xhBQAAABJQTFRFq7uxq7u0uLi42NjYM5lmAAAAaxwDRgAAAAZ0Uk5TUlJIzA8ALL4x/wAAAINJREFUWMPt2EEKgCAURVHbQysIWkE0b2AbKNz/VjKICEFFvt8c3DdwdqAL0kDjPpvcMfsjOZMA53JvTYBgPYDiBqJbNOQvXzGQXm+FT4rPvpOBeEMtoN9ANNF9R9vM9vAnIAKD3UZ/KAL9BqKJJhoAAAAAAABAD7R9aqkHnh4A4FdwAUoHy7HaPZOsAAAAAElFTkSuQmCC");
                    background-position: 0;
                    background-repeat: no-repeat;
                    background-size: contain;
                    content: "";
                    display: block;
                    height: 100px;
                    left: -16px;
                    position: absolute;
                    top: -16px;
                    width: 100px;
                }
                .c-inquiry-result__column--mini {
                    background-color: transparent;
                    box-shadow: none;
                    margin-right: 24px;
                    padding: 0;
                    position: static;
                    width: calc(38% - 24px);
                }
                @supports ((position: -webkit-sticky) or (position: sticky)) {
                    .c-inquiry-result__column--mini {
                        position: -webkit-sticky;
                        position: sticky;
                        top: 0;
                    }
                }
                [data-hide-mini-on-mobile="true"] .c-inquiry-result__column--mini {
                    display: inline-block;
                }
            }
            @media print {
                .c-inquiry-result {
                    contain: none;
                    padding-top: 0;
                }
                .c-inquiry-result,
                .c-inquiry-result__header {
                    background-color: transparent;
                    position: relative;
                }
                .c-inquiry-result__header {
                    background-image: url(/resources/inquiry-result-header-bg.svg);
                    background-position: 50%;
                    background-repeat: no-repeat;
                    background-size: 79px 19px;
                    -webkit-filter: none;
                    filter: none;
                }
                .c-inquiry-result__back-btn,
                .c-inquiry-result__pin-bar {
                    display: none;
                }
                .c-inquiry-result__body {
                    background-color: transparent;
                    height: auto;
                    overflow: visible;
                }
                .c-inquiry-result__column--mini {
                    display: none;
                }
                .c-inquiry-result__column--big {
                    display: block;
                    height: auto;
                    margin: 0 auto;
                    padding-bottom: 0;
                    width: 100%;
                }
                .c-inquiry-result__column--big:before {
                    display: none;
                }
            }
            .c-inquiry-result-close-message-modal__image {
                display: block;
                height: auto;
                margin: 0 auto 32px;
                width: 140px;
            }
            .c-inquiry-result-close-message-modal__title {
                color: #424242;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: 0 auto 12px;
                text-align: center;
            }
            .c-inquiry-result-close-message-modal__content {
                color: #545454;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                margin: 0 auto;
                text-align: center;
            }
            .c-inquiry-result-close-message-modal__action-btn {
                display: block;
                margin: 16px auto 0;
                width: 100%;
            }
            @media (min-width: 960px) {
                .c-inquiry-result-close-message-modal__frame {
                    width: 500px;
                }
            }
            .c-inquiry-result-select-all-row {
                margin: 0 auto 16px;
                padding: 0 16px;
                width: 100%;
            }
            .c-inquiry-result-select-all-row__input {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-color: #fff;
                background-position: 50%;
                background-repeat: no-repeat;
                border: 2px solid #555;
                border-radius: 4px;
                cursor: pointer;
                display: inline-block;
                height: 20px;
                margin-left: 4px;
                vertical-align: middle;
                width: 20px;
            }
            .c-inquiry-result-select-all-row__input:checked {
                background-color: #288557;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAABGdBTUEAALGPC/xhBQAAABJQTFRF////////////////AAAA////SkAeswAAAAV0Uk5TMH9fgAAMdf87AAAAQElEQVQI12NwAQMWBjDlFAihVYPBtFOoCYMDmOvCIKoC4rowmAaBuC4MzqFKQK4Lg4tpKJALpJ1BXCDtYgzSCgBZEBOpqpt7OgAAAABJRU5ErkJggg==");
                border-color: #288557;
            }
            .c-inquiry-result-select-all-row__input[data-indeterminate="true"] {
                background-color: #288557;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACAQMAAABbr9+TAAAABGdBTUEAALGPC/xhBQAAAANQTFRF////p8QbyAAAAAtJREFUCNdjYAABAAAGAAFm9MlsAAAAAElFTkSuQmCC");
                border-color: #288557;
            }
            .c-inquiry-result-select-all-row__label {
                color: #0c0c0c;
                display: inline-block;
                font-size: 13px;
                font-weight: 500;
                line-height: 24px;
                vertical-align: middle;
            }
            .c-inquiry-result-select-all-row__selected-count {
                color: #545454;
                float: left;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
            }
            @media (min-width: 960px) {
                .c-inquiry-result-select-all-row {
                    padding: 0;
                }
            }
            .c-factor {
                display: block;
                font-size: 0;
            }
            .c-factor__row {
                color: #0c0c0c;
                display: block;
                margin: 0 auto 8px;
            }
            .c-factor__row:after {
                clear: both;
                content: "";
                display: block;
            }
            .c-factor__row__title {
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
            }
            .c-factor__row__value {
                float: left;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
            }
            .c-factor__row__value--light {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
            }
            @supports (display: flow-root) {
                .c-factor__row {
                    display: flow-root;
                }
                .c-factor__row:after {
                    display: none;
                }
            }
            .c-factor__row:last-child {
                margin-bottom: 12px;
            }
            @media (min-width: 960px) {
                .c-factor {
                    background-color: #fff;
                    border-radius: 16px;
                    padding: 24px 16px;
                }
                .c-factor__row__title {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                }
                .c-factor__row__value {
                    float: left;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-factor__row__value--light {
                    font-size: 13px;
                    font-weight: 300;
                    line-height: 24px;
                }
                .c-factor__row:last-child {
                    margin-bottom: 16px;
                }
            }
            .c-gateway {
                display: block;
            }
            .c-gateway[aria-expanded="true"] {
                margin-bottom: 16px;
            }
            .c-gateway__base-row {
                color: #0c0c0c;
                display: block;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 16px;
            }
            .c-gateway__base-row:after {
                clear: both;
                content: "";
                display: block;
            }
            @supports (display: flow-root) {
                .c-gateway__base-row {
                    display: flow-root;
                }
                .c-gateway__base-row:after {
                    display: none;
                }
            }
            .c-gateway__show-items-btn {
                background-color: transparent;
                border: none;
                color: #0c0c0c;
                float: left;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
                padding: 0 0 0 15px;
                position: relative;
            }
            .c-gateway__show-items-btn:after {
                border-right: 2px solid #288557;
                border-top: 2px solid #288557;
                content: "";
                display: block;
                height: 6px;
                left: 0;
                position: absolute;
                top: 8px;
                transform: rotate(135deg);
                transition: all 0.2s ease-in;
                width: 6px;
            }
            [aria-expanded="true"] .c-gateway__show-items-btn:after {
                transform: rotate(315deg);
            }
            .c-gateway__selected-item-name {
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
            }
            .c-gateway__selected-item-name__fee {
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
            }
            .c-gateway__items-wrapper {
                border: 1px solid transparent;
                border-radius: 12px;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.2s ease-in;
            }
            [aria-expanded="true"] .c-gateway__items-wrapper {
                border-color: #d8d8d8;
                margin-top: 12px;
                max-height: none;
                padding: 12px;
            }
            .c-gateway__items-wrapper--flex-mode {
                align-items: flex-start;
                border: none;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                padding: 0;
            }
            [aria-expanded="true"] .c-gateway__items-wrapper--flex-mode {
                padding: 0 0 12px;
            }
            .c-gateway__item {
                background-color: transparent;
                border: none;
                color: #0c0c0c;
                cursor: pointer;
                display: inline-block;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
                vertical-align: top;
                width: 80px;
            }
            .c-gateway__item__img {
                background-color: #f3f3f3;
                border: 1px solid #f3f3f3;
                border-radius: 12px;
                display: block;
                height: 48px;
                margin: 0 auto 4px;
                padding: 8px;
                width: 48px;
            }
            [aria-selected="true"] .c-gateway__item__img {
                background-color: rgba(51, 153, 102, 0.08);
                border-color: #288557;
            }
            .c-gateway__item-v2 {
                background-color: #fff;
                border: 1px solid #bdbdbd;
                border-radius: 12px;
                color: #0c0c0c;
                cursor: pointer;
                display: inline-block;
                flex: 1;
                font-size: 10px;
                font-weight: 400;
                line-height: 12px;
                margin-left: 8px;
                overflow: hidden;
                padding: 8px 4px;
                text-align: center;
                text-overflow: ellipsis;
                vertical-align: middle;
                white-space: nowrap;
            }
            .c-gateway__item-v2:last-child {
                margin-left: 0;
            }
            .c-gateway__item-v2__img {
                background-color: transparent;
                border: none;
                display: inline-block;
                height: 20px;
                margin-left: 8px;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: middle;
                width: 20px;
            }
            .c-gateway__item-v2[aria-selected="true"] {
                background-color: #f5fff8;
                border: 2px solid #288557;
                font-size: 10px;
                font-weight: 700;
                line-height: 24px;
            }
            .c-gateway__message-row {
                background-color: #e8f0ff;
                border-radius: 12px;
                display: block;
                font-size: 10px;
                font-weight: 400;
                line-height: 12px;
                margin: 0 auto 12px;
                padding: 16px 12px 16px 36px;
                position: relative;
                text-align: right;
            }
            .c-gateway__message-row:after {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAACcUExURUdwTDWo4TCf3zao4TWn3zWq4jWm4TWn4jap4jap4Tao4jap4Tam3zWq4Tap4Tao4jaq4jSn3zWp4jaq4TWp4TSo4Tap4TSp4Teo4jao4TSp4TWp4UCf3zeo4TCn3zin3zCv3zap4jan4Tap3zan4Teo4Tao4jin4zap4TWq3zSo4TWl5DWl3zin3zWn4TWq4jeo4jWo4jqq5Dap4mCvbOEAAAAzdFJOUwCQELBg75Bg39+wz1CQgK+wQO/Pj49/f5/ggM8QkCBAENCgUIBw30CgMHAwMCCgv7+/MHivICkAAADPSURBVBgZncFVcsNAFEXBI5wZSWamMHNy97+36GlcKvvX3VwsdaMnqR7lnGsKFS+Hw9gr5JyYq36m47xW9JZK6A214Mhpi/mYYAZqiHygdeWlcEVrNk0xTjmtn/D+6b9pXcthqoBRDm9TTJFhZhnmbw9fO8ydx6jk6FcNJhFGJZHTK51EmM2aqMqIqh2mmhI9PhD5DOM0oZOmdJxyzE1R0/GBjg9E91pgBkPMUjlHA63ozbWlN1TI6UxqJZxwXmFUlutCRcM5N76VNmO351L/YUEO/UKh1Z4AAAAASUVORK5CYII=);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 24px;
                content: "";
                display: block;
                height: 24px;
                left: 8px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 24px;
            }
            .c-inquiry-result-faq {
                display: none;
            }
            @media (min-width: 960px) {
                .c-inquiry-result-faq {
                    display: block;
                    margin-top: 24px;
                }
                .c-inquiry-result-faq__item {
                    background-color: transparent;
                    display: block;
                    margin: 0 auto 16px;
                    width: 100%;
                }
                .c-inquiry-result-faq__item__question {
                    padding-right: 24px;
                    position: relative;
                    width: 100%;
                }
                .c-inquiry-result-faq__item__question:before {
                    border: 2px solid #555;
                    border-bottom: none;
                    border-left: none;
                    content: "";
                    display: block;
                    height: 6px;
                    position: absolute;
                    right: 8px;
                    top: 12px;
                    transform: translateY(-50%) rotate(135deg);
                    transition: all 0.2s ease-in;
                    width: 6px;
                }
                .c-inquiry-result-faq__item[data-expanded="true"] .c-inquiry-result-faq__item__question:before {
                    transform: translateY(0) rotate(315deg);
                }
                .c-inquiry-result-faq__item__question__btn {
                    background: transparent;
                    border: none;
                    color: #424242;
                    display: block;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                    margin: 0;
                    padding: 0;
                    text-align: right;
                    width: 100%;
                }
                .c-inquiry-result-faq__item__answer {
                    color: #757575;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 24px;
                    margin: 0 auto;
                    max-height: 0;
                    opacity: 0;
                    overflow: hidden;
                    padding: 0 24px 0 0;
                    transition: all 0.15s ease-in;
                    width: 100%;
                }
                .c-inquiry-result-faq__item[data-expanded="true"] .c-inquiry-result-faq__item__answer {
                    max-height: none;
                    opacity: 1;
                    padding-top: 8px;
                    transition: all 0.2s ease-in;
                }
            }
            .c-inquiry-result-message {
                margin: 0 auto;
                width: 100%;
            }
            .c-inquiry-result-message__vector {
                aspect-ratio: 239.98/124;
                display: block;
                margin: 12px auto;
                max-width: 239px;
            }
            .c-inquiry-result-message__text {
                color: #0c0c0c;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                text-align: center;
            }
            .c-inquiry-result-recommendation {
                margin: 24px auto 0;
                padding: 0 16px;
                width: 100%;
            }
            .c-inquiry-result-recommendation__label {
                color: #212121;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                margin: 0 auto 8px;
                text-align: right;
            }
            .c-inquiry-result-recommendation__link {
                background-color: #f3f3f3;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                color: #0c0c0c;
                display: block;
                font-size: 12px;
                font-weight: 500;
                line-height: 24px;
                margin: 0 auto 12px;
                overflow: hidden;
                padding: 8px 12px 8px 40px;
                position: relative;
                text-decoration: none;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .c-inquiry-result-recommendation__link__icon {
                background-color: #d8d8d8;
                border-radius: 12px;
                display: inline-block;
                height: 32px;
                line-height: 32px;
                margin-left: 8px;
                vertical-align: middle;
                width: 32px;
            }
            .c-inquiry-result-recommendation__link__arrow {
                display: block;
                height: 24px;
                left: 8px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 24px;
            }
            @media (min-width: 960px) {
                .c-inquiry-result-recommendation {
                    padding: 0;
                }
                .c-inquiry-result-recommendation__label {
                    margin-bottom: 12px;
                }
                .c-inquiry-result-recommendation__link {
                    cursor: pointer;
                    padding-bottom: 12px;
                    padding-top: 12px;
                    transition: all 0.2s ease-in;
                }
                .c-inquiry-result-recommendation__link__arrow {
                    left: 16px;
                }
                .c-inquiry-result-recommendation__link:hover {
                    background-color: #d8d8d8;
                    transform: translateX(-8px);
                }
            }
            .c-inquiry-result-item__data-row {
                clear: both;
                color: #545454;
                display: block;
                padding: 4px 16px;
            }
            .c-inquiry-result-item__data-row:after {
                clear: both;
                content: "";
                display: block;
            }
            @supports (display: flow-root) {
                .c-inquiry-result-item__data-row {
                    display: flow-root;
                }
                .c-inquiry-result-item__data-row:after {
                    display: none;
                }
            }
            .c-inquiry-result-item__data-row--base {
                font-size: 14px;
                font-weight: 300;
                line-height: 24px;
                margin-top: 4px;
            }
            .c-inquiry-result-item__data-row--detail {
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
            }
            .c-inquiry-result-item__data-row--detail:nth-child(odd) {
                background-color: #f3f3f3;
            }
            .c-inquiry-result-item__data-row__value {
                color: #0c0c0c;
                float: left;
                margin-right: 12px;
                max-width: 60%;
                text-align: left;
            }
            .c-inquiry-result-item__data-row--base .c-inquiry-result-item__data-row__value {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
            }
            .c-inquiry-result-item__data-row--detail .c-inquiry-result-item__data-row__value {
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
            }
            @supports (display: flex) {
                .c-inquiry-result-item__data-row {
                    align-items: center;
                    display: flex;
                    justify-content: space-between;
                }
                .c-inquiry-result-item__data-row__value {
                    float: none;
                }
                .c-inquiry-result-item__data-row:after {
                    display: none;
                }
            }
            @media (min-width: 960px) {
                .c-inquiry-result-item__data-row__row--base {
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 24px;
                    margin-top: 8px;
                }
                .c-inquiry-result-item__data-row__row--detail {
                    font-size: 12px;
                    font-weight: 300;
                    line-height: 24px;
                }
                .c-inquiry-result-item__data-row--base .c-inquiry-result-item__data-row__row__value,
                .c-inquiry-result-item__data-row--detail .c-inquiry-result-item__data-row__row__value {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 24px;
                }
            }
            .c-inquiry-result-item__stamp {
                border: 1px solid #288557;
                border-radius: 8px;
                color: #288557;
                display: block;
                font-size: 12px;
                font-weight: 500;
                height: 32px;
                line-height: 24px;
                padding: 0 16px;
                position: absolute;
                right: 50%;
                top: 32px;
                transform: translateX(50%) translateY(-45%) rotate(-9.92deg);
            }
            .c-inquiry-result-item__stamp--success {
                background-color: #e7f8f0;
                border: 1px solid #288557;
                color: #288557;
            }
            .c-inquiry-result-item__stamp--error {
                background-color: #fff9fa;
                border: 1px solid #ed254e;
                color: #ed254e;
            }
            .lc-trafficfines-inquiry-result {
                display: block;
                height: 100%;
                overflow-y: auto;
                width: 100%;
            }
            .lc-trafficfines-inquiry-result__detail-wrapper {
                display: block;
                margin: 0 auto;
                padding: 16px;
            }
            .lc-trafficfines-inquiry-result__plate-preview {
                margin: 16px auto 32px;
            }
            @media (min-width: 960px) {
                .lc-trafficfines-inquiry-result {
                    background-color: #fff;
                    border-radius: 16px;
                    height: auto;
                    overflow-y: initial;
                    padding: 24px;
                }
                .lc-trafficfines-inquiry-result__detail-wrapper {
                    background-color: transparent;
                    border-radius: 0;
                    padding: 0;
                }
            }
            .lc-trafficfines-detailed-result-item {
                background-color: #fff;
                border: 1px solid #d8d8d8;
                border-radius: 12px;
                box-shadow: 0 2px 4px hsla(0, 0%, 52%, 0.12), inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                display: block;
                margin: 0 auto 12px;
                overflow: hidden;
                position: relative;
            }
            .lc-trafficfines-detailed-result-item[aria-checked="true"] {
                border: 2px solid #288557;
            }
            .lc-trafficfines-detailed-result-item__base-infos {
                padding: 12px 0;
            }
            .lc-trafficfines-detailed-result-item__header {
                overflow: hidden;
                padding: 0 16px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .lc-trafficfines-detailed-result-item__checkbox {
                display: inline-block;
                vertical-align: middle;
            }
            .lc-trafficfines-detailed-result-item__amount {
                color: #0c0c0c;
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
                margin-right: 8px;
                vertical-align: middle;
            }
            .lc-trafficfines-detailed-result-item__detail-btn {
                background-color: transparent;
                border: none;
                color: #288557;
                cursor: pointer;
                float: left;
                font-size: 12px;
                font-weight: 700;
                line-height: 24px;
                padding: 0;
            }
            .lc-trafficfines-detailed-result-item__detail-btn:after {
                border: 2px solid #288557;
                border-bottom: 0;
                border-left: 0;
                content: "";
                display: inline-block;
                height: 6px;
                margin-right: 4px;
                transform: rotate(135deg);
                transition: all 0.2s ease-in;
                vertical-align: middle;
                width: 6px;
            }
            .lc-trafficfines-detailed-result-item[aria-expanded="true"] .lc-trafficfines-detailed-result-item__detail-btn:after {
                transform: rotate(-45deg);
            }
            .lc-trafficfines-detailed-result-item__camera-btn {
                background: #288557;
                border: none;
                border-radius: 8px;
                color: #fff;
                contain: strict;
                cursor: pointer;
                font-size: 12px;
                font-weight: 500;
                height: 28px;
                line-height: 24px;
                margin-top: -4px;
                text-align: center;
                width: 100px;
            }
            .lc-trafficfines-detailed-result-item__camera-btn__icon {
                display: inline-block;
                margin-left: 4px;
                vertical-align: middle;
            }
            .lc-trafficfines-detailed-result-item__extra-infos {
                max-height: 0;
                overflow: hidden;
                transition: all 0.2s ease-in;
            }
            [aria-expanded="true"] .lc-trafficfines-detailed-result-item__extra-infos {
                max-height: none;
            }
            .lc-trafficfines-detailed-result-item__row {
                clear: both;
                color: #545454;
                display: block;
                padding: 4px 16px;
            }
            .lc-trafficfines-detailed-result-item__row:after {
                clear: both;
                content: "";
                display: block;
            }
            @supports (display: flow-root) {
                .lc-trafficfines-detailed-result-item__row {
                    display: flow-root;
                }
                .lc-trafficfines-detailed-result-item__row:after {
                    display: none;
                }
            }
            .lc-trafficfines-detailed-result-item__row--base {
                font-size: 14px;
                font-weight: 300;
                line-height: 24px;
                margin-top: 8px;
            }
            .lc-trafficfines-detailed-result-item__row--extra {
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
            }
            .lc-trafficfines-detailed-result-item__row--extra:nth-child(odd) {
                background-color: #f3f3f3;
            }
            .lc-trafficfines-detailed-result-item__row__value {
                color: #0c0c0c;
                float: left;
                margin-right: 12px;
                text-align: left;
            }
            .lc-trafficfines-detailed-result-item__row--base .lc-trafficfines-detailed-result-item__row__value,
            .lc-trafficfines-detailed-result-item__row--base .lc-trafficfines-detailed-result-item__row__value--big {
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
            }
            .lc-trafficfines-detailed-result-item__row--extra .lc-trafficfines-detailed-result-item__row__value {
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
            }
            @media (min-width: 960px) {
                .lc-trafficfines-detailed-result-item__base-infos {
                    padding: 16px 0;
                }
                .lc-trafficfines-detailed-result-item__amount {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .lc-trafficfines-detailed-result-item__detail-btn {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 24px;
                }
                .lc-trafficfines-detailed-result-item__row--extra {
                    font-size: 12px;
                    font-weight: 300;
                    line-height: 24px;
                }
                .lc-trafficfines-detailed-result-item__row--base .lc-trafficfines-detailed-result-item__row__value {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                }
                .lc-trafficfines-detailed-result-item__row--extra .lc-trafficfines-detailed-result-item__row__value {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 24px;
                }
            }
            .lc-trafficfines-no-detail-result-item {
                background-color: #fff;
                border: 1px solid #d8d8d8;
                border-radius: 12px;
                box-shadow: 0 2px 4px hsla(0, 0%, 52%, 0.12), inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                display: block;
                padding: 12px 0;
                position: relative;
            }
            .lc-trafficfines-no-detail-result-item__amount {
                color: #0c0c0c;
                display: block;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
                padding: 0 16px;
            }
            .lc-traffic-image-charge-rule-modal__rules {
                color: #555;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                white-space: pre-line;
            }
            .lc-traffic-image-charge-rule-modal__checkbox-row {
                background-color: #f3f3f3;
                border-radius: 12px;
                box-shadow: inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                color: #555;
                display: block;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                margin: 12px auto;
                padding: 12px;
            }
            .lc-traffic-image-charge-rule-modal__checkbox {
                margin-left: 8px;
                vertical-align: middle;
            }
            .lc-traffic-image-charge-rule-modal__footer {
                border-top: 1px solid #f3f3f3;
                box-shadow: 0 -2px 4px 1px hsla(0, 0%, 76%, 0.2);
                margin: 0 -16px;
                padding: 16px 16px 0;
                width: calc(100% + 32px);
            }
            .lc-traffic-image-charge-rule-modal__info-row {
                display: block;
                margin-bottom: 8px;
            }
            .lc-traffic-image-charge-rule-modal__info-row--last {
                margin-bottom: 0;
            }
            .lc-traffic-image-charge-rule-modal__info-row:after {
                clear: both;
                content: "";
                display: block;
            }
            .lc-traffic-image-charge-rule-modal__info-row__title {
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
            }
            .lc-traffic-image-charge-rule-modal__info-row__value {
                float: left;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
            }
            .lc-traffic-image-charge-rule-modal__help {
                background-color: #e8f0ff;
                border-radius: 12px;
                color: #0c0c0c;
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
                margin: 12px auto;
                padding: 8px;
            }
            .lc-traffic-image-charge-rule-modal__help:before {
                background-color: #fff;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAACTUExURUdwTDSo4UCf3zCv3zap4jan4Teo4jCf3zWn4jap4TWp4TWm4TSn3zin3zCn3zaq4TWo4Tap4jap4TWq3zSm4Teq4jap4jWo4jin3zin4zeo4Taq4jWl3zao4TWp4jeo4jao4jam3zaq4jap3zap4jSp4jWp4Tao4jeq4jSo4TWo4jap4TSn4zWq4TWn4TWq4jap4nXV46YAAAAwdFJOUwBwEBDfoJ8QYN/PkEAgIM+Q0M8wcL/Av0BAkK8wsMC/sFCwUK+vj6+fj5+gQJCgvwsHCuEAAAC1SURBVCjPtZLHEsMgDERpCWCbuMU9vffw/1+XGWRs7EsuCZdl9o2k0QJCvz8cn5OkwLOxfdJ5LUQd6xt3/RmTFdwqJp0izhpi77SRfc1LGj/YGsKuXSP9MJp5RkptSzAYKF2AZvMWrH3QyRQ0WrYgFEMgvG9gM261ssPfQxDa4VQHLii1sos8Ydl9CjFcus0pO3Qx8KMkfViKSeiGAiaVGy+968QXwi90REYvonAexztM/vAHPu49CRIgEQsCAAAAAElFTkSuQmCC);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: 24px;
                border-radius: 12px;
                content: "";
                display: inline-block;
                height: 32px;
                margin-left: 8px;
                vertical-align: middle;
                width: 32px;
            }
            @media (min-width: 960px) {
                .lc-traffic-image-charge-rule-modal__frame {
                    max-width: 500px;
                }
                .lc-traffic-image-charge-rule-modal__checkbox-row {
                    margin-bottom: 16px;
                }
                .lc-traffic-image-charge-rule-modal__footer {
                    margin: 0 -32px;
                    padding-left: 32px;
                    padding-right: 32px;
                    width: calc(100% + 64px);
                }
            }
            .lc-trafficfines-image-modal__image {
                animation: naji-text-loading-anim 3s ease infinite;
                background: linear-gradient(269deg, #f3f3f3, #d8d8d8, #f3f3f3);
                background-size: 600% 600%;
                border-radius: 12px;
                margin: 0 auto;
                max-width: 400px;
                overflow: hidden;
                position: relative;
            }
            .lc-trafficfines-image-modal__image:after {
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAADBQTFRFc3NzdHR0dnZ2dnZ2dXV1dHR0cHBwdnZ2cHBwdXV1dXV1dHR0cnJydXV1AAAAdXV1Q4psbwAAAA90Uk5TUKDfgJ9/II8Q3+9wYGAAJB60fAAAAJhJREFUKM9jeIcFMNBIcNd/JDAVIvj0PwrYBxZ8iSq4Diz4/r/vXTi4+P8fVPAcwo63w1/waR6aYAdQcP8MNMHyd++erf+OKvgaGLadoABGFsz6v+xd/X8ggST4Yv7/n93AUP/ZhyT4HCjgBYqLOiTB/bAI+o0kyAuLogvkeBNLFL9CTQx6YMHXqIJ2kARmhCy2moYpGQMAAC7R4j9ahxWEAAAAAElFTkSuQmCC");
                background-position: 50%;
                background-repeat: no-repeat;
                content: "";
                display: block;
                width: 100%;
            }
            .lc-trafficfines-image-modal__image--mini {
                margin-bottom: 12px;
            }
            .lc-trafficfines-image-modal__image--mini:after {
                padding-top: 20%;
            }
            .lc-trafficfines-image-modal__image--big {
                margin-bottom: 12px;
            }
            .lc-trafficfines-image-modal__image--big:after {
                padding-top: 75%;
            }
            .lc-trafficfines-image-modal__image--loaded:after {
                display: none;
            }
            .lc-trafficfines-image-modal__image__item {
                border: none;
                border-radius: 12px;
                display: block;
                height: auto;
                position: relative;
                width: 100%;
                z-index: 2;
            }
            @media (min-width: 960px) {
                .lc-trafficfines-image-modal__frame {
                    width: 500px;
                }
            }
            @keyframes trafficfines-image-modal-anim {
                0% {
                    background-position: 0 64%;
                }
                50% {
                    background-position: 100% 37%;
                }
                to {
                    background-position: 0 64%;
                }
            }
            .lc-traffic-image-charge-confirm-modal__message {
                color: #555;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                text-align: justify;
                text-align-last: right;
            }
            .lc-traffic-image-charge-confirm-modal__action-wrapper {
                font-size: 0;
                margin-top: 16px;
            }
            .lc-traffic-image-charge-confirm-modal__action {
                display: inline-block;
                vertical-align: middle;
            }
            .lc-traffic-image-charge-confirm-modal__action--cancel {
                margin-left: 16px;
                width: calc(40% - 16px);
            }
            .lc-traffic-image-charge-confirm-modal__action--confirm {
                width: 60%;
            }
            @media (min-width: 960px) {
                .lc-traffic-image-charge-confirm-modal__frame {
                    max-width: 500px;
                }
            }
            .c-inquiry-result-info {
                background-color: #f3f3f3;
                padding: 0 16px 16px;
            }
            .c-inquiry-result-info__frame {
                background: #fafafa;
                border: 1px solid #d8d8d8;
                border-radius: 12px;
                contain: strict;
                display: block;
                font-size: 0;
                height: 86px;
                margin: 0 auto;
                overflow: hidden;
                padding: 16px;
                position: relative;
            }
            .c-inquiry-result-info__description {
                color: #0c0c0c;
                font-size: 14px;
                font-weight: 700;
            }
            .c-inquiry-result-info__description,
            .c-inquiry-result-info__value {
                line-height: 24px;
                overflow: hidden;
                text-overflow: clip;
                white-space: nowrap;
            }
            .c-inquiry-result-info__value {
                color: #424242;
                font-size: 16px;
                font-weight: 400;
                margin-top: 4px;
            }
            .c-inquiry-result-info__btn {
                background: transparent;
                border: none;
                cursor: pointer;
                display: block;
                height: 36px;
                padding: 9px;
                position: absolute;
                text-align: center;
                top: 4px;
                width: 36px;
            }
            .c-inquiry-result-info__btn--edit {
                left: 8px;
            }
            .c-inquiry-result-info__btn--download {
                left: 44px;
            }
            .c-inquiry-result-info__btn__icon {
                fill: #424242;
            }
            .c-inquiry-result-info__btn:hover .c-inquiry-result-info__btn__icon {
                fill: #288557;
            }
            @media (min-width: 960px) {
                .c-inquiry-result-info {
                    background-color: transparent;
                    padding-left: 0;
                    padding-right: 0;
                }
            }
            @media print {
                .c-inquiry-result-info {
                    background-color: transparent;
                }
            }
            .c-inquiry-result-info__pin-bar {
                background-color: #f3f3f3;
                height: 24px;
                position: relative;
                z-index: 20;
            }
            .c-inquiry-result-info__pin-bar:before {
                background-color: #fff;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                content: "";
                display: block;
                height: 100%;
                width: 100%;
            }
            .c-inquiry-result-info__pin-bar:after {
                background-color: #d8d8d8;
                border-radius: 4px;
                content: "";
                display: block;
                height: 4px;
                left: 50%;
                margin: 0 auto;
                position: absolute;
                top: 10px;
                transform: translateX(-50%);
                width: 40px;
            }
            @supports ((position: -webkit-sticky) or (position: sticky)) {
                .c-inquiry-result-info__pin-bar {
                    position: -webkit-sticky;
                    position: sticky;
                    top: 0;
                }
            }
            @media (min-width: 960px) {
                .c-inquiry-result-info__pin-bar {
                    display: none;
                }
            }
            @media print {
                .c-inquiry-result-info__pin-bar {
                    display: none;
                }
            }
            .c-simple-inquiry-result-item {
                background-color: #fff;
                border: 1px solid #d8d8d8;
                border-radius: 12px;
                box-shadow: 0 2px 4px hsla(0, 0%, 52%, 0.12), inset 0 -1px 1px hsla(0, 0%, 84%, 0.25), inset 0 1px 1px hsla(0, 0%, 84%, 0.25);
                display: block;
                font-size: 0;
                overflow: hidden;
                position: relative;
            }
            .c-simple-inquiry-result-item__base-infos {
                display: block;
                padding: 12px 0;
            }
            .c-simple-inquiry-result-item__header {
                color: #0c0c0c;
                display: block;
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
                overflow: hidden;
                padding: 0 16px;
                text-overflow: clip;
                white-space: nowrap;
            }
            .c-simple-inquiry-result-item__amount-value {
                font-size: 12px;
                font-weight: 400;
                line-height: 24px;
            }
            .c-simple-inquiry-result-item__extra-infos {
                max-height: 0;
                overflow: hidden;
                transition: all 0.2s ease-in;
            }
            .c-simple-inquiry-result-item[aria-expanded="true"] .c-simple-inquiry-result-item__extra-infos {
                max-height: none;
            }
            @media (min-width: 960px) {
                .c-simple-inquiry-result-item__base-infos {
                    padding: 16px 0;
                }
                .c-simple-inquiry-result-item__header {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                }
                .c-simple-inquiry-result-item__amount-value {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                }
            }
            @media print {
                .c-simple-inquiry-result-item__extra-infos {
                    max-height: none;
                }
            }
            .default-footer {
                background-color: #288557;
                content-visibility: auto;
                display: block;
                margin-bottom: 0;
                margin-top: auto;
                padding: 32px 16px;
            }
            .default-footer__fix-wrapper {
                display: block;
                font-size: 0;
            }
            .default-footer__group-title {
                background-color: #288557;
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                text-overflow: clip;
                white-space: nowrap;
            }
            .default-footer__group-title--hidden-mobile {
                display: none;
            }
            .default-footer__group-title:before {
                border: 2px solid #fff;
                border-bottom: 0;
                border-left: 0;
                content: "";
                display: block;
                float: left;
                height: 6px;
                margin-left: 4px;
                margin-top: 8px;
                transform: rotate(135deg);
                transform-origin: center;
                transition: transform 0.1s ease-in-out;
                width: 6px;
            }
            .default-footer__links-group--expanded .default-footer__group-title {
                padding-bottom: 4px;
            }
            .default-footer__links-group--expanded .default-footer__group-title:before {
                margin-top: 12px;
                transform: rotate(-45deg);
                transition: transform 0.2s ease-in-out;
            }
            .default-footer__links-group {
                height: 24px;
                margin: 0 auto 16px;
                overflow: hidden;
                padding: 0;
                transition: all 0.1s ease-in-out;
            }
            .default-footer__links-group[data-expanded="true"] {
                height: auto;
                transition: all 0.2s ease-in-out;
            }
            .default-footer__links-group__row {
                margin-right: 24px;
                margin-top: 8px;
                text-overflow: clip;
                white-space: nowrap;
            }
            .default-footer__links-group__row::marker {
                color: #fff;
                font-size: 12px;
            }
            .default-footer__links-group__action {
                color: #fff;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                text-decoration: none;
            }
            .default-footer__contact-row {
                color: #fff;
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                margin-top: 8px;
                padding-bottom: 4px;
            }
            .default-footer__contact-row__label:before {
                background: #fff;
                border-radius: 50%;
                content: "";
                display: inline-block;
                height: 4px;
                margin-left: 4px;
                vertical-align: middle;
                width: 4px;
            }
            .default-footer__contact-row__value {
                direction: ltr;
                float: left;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
            }
            .default-footer__contact-row__value--full {
                direction: rtl;
                float: none;
            }
            .default-footer__contact-row__link {
                background-color: #288557;
                color: #fff;
                direction: ltr;
                text-decoration: none;
            }
            .default-footer__contact-row:after {
                clear: both;
                content: "";
                display: block;
            }
            .default-footer__logos-row {
                margin-top: 24px;
                text-align: center;
            }
            .default-footer__social-row {
                display: block;
                margin-bottom: 12px;
                text-align: center;
            }
            .default-footer__social-link {
                background-color: #288557;
                border-radius: 8px;
                contain: strict;
                display: inline-block;
                height: 32px;
                line-height: 32px;
                margin: 0 8px;
                text-align: center;
                vertical-align: middle;
                width: 32px;
            }
            .default-footer__social-link__icon {
                fill: #fff;
                display: inline-block;
                height: 24px;
                vertical-align: middle;
                width: 24px;
            }
            .default-footer__license-item {
                background-color: #288557;
                border-radius: 8px;
                contain: strict;
                display: inline-block;
                height: 65px;
                margin: 0 8px;
                overflow: hidden;
                vertical-align: top;
                width: 50px;
            }
            .default-footer__license-item__img {
                display: block;
                height: auto;
                margin: 0 auto;
                max-width: 100%;
            }
            .default-footer__copyright-row {
                background-color: #288557;
                color: #fff;
                font-size: 12px;
                font-weight: 300;
                line-height: 24px;
                padding: 16px 0 4px;
                text-align: center;
            }
            .default-footer__copyright-row__action {
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                text-decoration: underline;
            }
            @media (min-width: 360px) {
                .default-footer__logos-row {
                    text-align: right;
                }
                .default-footer__social-row {
                    float: left;
                }
                .default-footer__social-link {
                    margin: 0 16px 0 auto;
                }
                .default-footer__license-item {
                    margin: 0 auto 0 16px;
                }
            }
            @media (min-width: 960px) {
                .default-footer {
                    contain: strict;
                    height: 440px;
                    min-height: auto;
                    padding: 24px 16px;
                }
                .default-footer__fix-wrapper {
                    margin: 0 auto;
                    max-width: 1032px;
                }
                .default-footer__column {
                    display: inline-block;
                    min-width: 25%;
                    vertical-align: top;
                    width: 25%;
                }
                .default-footer__group-title {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 24px;
                    padding-bottom: 4px;
                }
                .default-footer__group-title:before {
                    display: none;
                }
                .default-footer__group-title--hidden-mobile {
                    display: block;
                }
                .default-footer__links-group {
                    height: auto;
                }
                .default-footer__links-group--mini-margin {
                    margin-bottom: 8px;
                }
                .default-footer__links-group__action {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 24px;
                    transition: all 0.2s ease;
                }
                .default-footer__links-group__action:hover {
                    color: #ffa800;
                }
                .default-footer__links-group--has-desktop-margin {
                    margin-top: 40px;
                }
                .default-footer__contact-row {
                    padding-bottom: 0;
                }
                .default-footer__contact-row__label--hidden-desktop {
                    display: none;
                }
                .default-footer__contact-row__value {
                    float: none;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 24px;
                }
                .default-footer__contact-row__value--block-desktop {
                    display: block;
                    margin-top: 12px;
                    text-align: right;
                }
                .default-footer__contact-row__link {
                    display: inline-block;
                    transition: all 0.2s ease;
                }
                .default-footer__contact-row__link:hover {
                    color: #ffa800;
                }
                .default-footer__contact-row:after {
                    display: none;
                }
                .default-footer__logos-row {
                    margin-top: 16px;
                    text-align: right;
                }
                .default-footer__social-row {
                    float: none;
                    margin-bottom: 8px;
                    text-align: right;
                }
                .default-footer__license-item,
                .default-footer__social-link {
                    margin: 0 auto 0 8px;
                    transition: all 0.2s ease;
                }
                .default-footer__license-item:hover,
                .default-footer__social-link:hover {
                    background-color: #2d8659;
                }
                .default-footer__copyright-row {
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 24px;
                    padding: 4px 0 8px;
                }
            }
            @media print {
                .default-footer {
                    display: none;
                }
            }
        </style>
        <link rel="canonical" href="https://ghabzino.com/blog/driving-offense/روش-های-استعلام-خلافی/" />

        <style type="text/css">
            #goftino_w {
                position: fixed;
                z-index: 2000000002;
                bottom: -300px;
                right: 20px;
                width: 80px;
                height: 80px;
                border: 0;
                color-scheme: none;
            }
            .goftino-wakeup {
                position: relative;
                animation: goftinoWakeup 0.4s ease 0s 1 normal both;
            }
            @keyframes goftinoWakeup {
                0% {
                    transform: translateY(300px);
                }
                100% {
                    transform: translateY(0);
                }
            }
            #goftino_image_fullscreen {
                background: rgba(0, 0, 0, 0.8);
                width: 100%;
                height: 100%;
                z-index: 2000000004;
                position: fixed;
                top: 0;
                right: 0;
                text-align: center;
            }
            #goftino_loading_img {
                background: white;
                width: 40px;
                height: 40px;
                z-index: 10;
                border-radius: 30px;
                position: absolute;
                top: calc(50% - 20px);
                right: calc(50% - 20px);
                padding: 5px;
            }
            #goftino_image_fullscreen img {
                margin: auto 0;
                max-width: 90%;
                max-height: 90%;
                display: inline-block;
                vertical-align: middle;
                animation-name: zoomInGoftino;
                animation-duration: 0.4s;
                animation-fill-mode: both;
            }
            #goftino_image_fullscreen:before {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
            }
            #goftino_close_screen,
            #goftino_dl_image {
                cursor: pointer;
                background: rgba(0, 0, 0, 0.8);
                color: white;
                width: 45px;
                height: 45px;
                text-align: center;
                position: absolute;
                z-index: 10;
                top: 30px;
                border-radius: 30px;
            }
            @-webkit-keyframes zoomInGoftino {
                0% {
                    opacity: 0;
                    -webkit-transform: scale3d(0.3, 0.3, 0.3);
                    transform: scale3d(0.3, 0.3, 0.3);
                }
                50% {
                    opacity: 1;
                }
            }
            @keyframes zoomInGoftino {
                0% {
                    opacity: 0;
                    -webkit-transform: scale3d(0.3, 0.3, 0.3);
                    transform: scale3d(0.3, 0.3, 0.3);
                }
                50% {
                    opacity: 1;
                }
            }
            #goftino_loading_img div {
                border: 5px solid #f3f3f3;
                border-top: 5px solid #00bcd4;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                animation: spinGoftino 1s linear infinite;
            }
            @keyframes spinGoftino {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }
            @-webkit-keyframes spinGoftino {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }